Skip to content

chore: update Scalingo terraform module to 0.3.0 #4

chore: update Scalingo terraform module to 0.3.0

chore: update Scalingo terraform module to 0.3.0 #4

Workflow file for this run

name: Tests unitaires
on: [push]
jobs:
tests-unitaires:
if: ${{ !contains(github.event.head_commit.message, 'WIP') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: 'npm'
- run: npm ci
- run: npm test