Skip to content

Commit

Permalink
Run nx test with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Jun 4, 2024
1 parent 87432f7 commit 74d6d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
-e AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} \
-e NODE_OPTIONS='--max-old-space-size=8192' \
-T api \
npx nx run api:test --verbose
yarn nx run api:test --verbose
# - name: SonarCloud Scan
# uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit 74d6d06

Please sign in to comment.