Skip to content

Commit

Permalink
Fix github validate action
Browse files Browse the repository at this point in the history
  • Loading branch information
barthuijgen committed Mar 11, 2021
1 parent 5db0d22 commit 86fa835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Expand Up @@ -22,6 +22,6 @@ jobs:
${{ runner.os }}-yarn-
- run: yarn --prefer-offline
- run: yarn db-gen
- run: nx run-many --all --target=lint
- run: nx run-many --all --target=test "--ci"
- run: yarn nx run-many --all --target=lint
- run: yarn nx run-many --all --target=test "--ci"
- run: yarn nx build blueprints

0 comments on commit 86fa835

Please sign in to comment.