Skip to content

Merge branch 'sandbox' of https://github.com/betagouv/a-just into san… #1359

Merge branch 'sandbox' of https://github.com/betagouv/a-just into san…

Merge branch 'sandbox' of https://github.com/betagouv/a-just into san… #1359

name: GitHub Actions
on:
push:
branches: [dev, sandbox]
pull_request:
branches: [dev, sandbox]
jobs:
start-tests:
runs-on: ubuntu-latest
steps:
- run: echo "TEST PROJECT"
- uses: actions/checkout@v2
- run: npm i
- run: npm run test