chore: updated linting and test paths for release

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-11-03 14:20:12 +01:00
parent 049991876e
commit 00cb03f671
1 changed files with 8 additions and 5 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '14.17.6'
node-version: '20.6.1'
- name: Setup timezone
uses: zcong1993/setup-timezone@master
@ -27,10 +27,13 @@ jobs:
- name: Install dependencies
run: yarn
- name: Run linting and tests
run: |
yarn lint
yarn test
- name: Run tests
run: cd apps/skolplattformen-app && npm test
env:
CI: true
- name: Check linting
run: cd apps/skolplattformen-app && npm run lint
env:
CI: true