fix nx commands in github workflow

This commit is contained in:
Jonathan Edenström 2021-10-06 22:50:35 +02:00
parent 169b5365e9
commit 9911a97d2c
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Run linting and tests
run: |
nx run-many --all --target=lint
nx run-many --all --target=test
yarn nx run-many --all --target=lint
yarn nx run-many --all --target=test
env:
CI: true