Skip to content

Commit

Permalink
fix nx commands in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edenstrom committed Oct 6, 2021
1 parent 169b536 commit 9911a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9911a97

Please sign in to comment.