Skip to content

Commit

Permalink
Well what if it was splicitly added before the npx command
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Nov 18, 2024
1 parent d66391d commit 99ef136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ember-test-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
node-version: '18'
- run: yarn --frozen-lockfile
- run: mkdir -p /tmp/test-reports
- run: yarn add [email protected] --dev
- run: npx ember-test-audit 1 --json --output ../base-audit.json
- name: Upload result
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down

0 comments on commit 99ef136

Please sign in to comment.