Skip to content

Commit

Permalink
back to pre-npx manual install but for both testruns
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Nov 19, 2024
1 parent 4d707f1 commit 60f630f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ember-test-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
node-version: '18'
- run: yarn --frozen-lockfile
- run: mkdir -p /tmp/test-reports
- run: npx [email protected] 1 --json --output ../base-audit.json
- 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
with:
Expand All @@ -42,6 +43,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 ../pr-audit.json
- name: Upload result
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down

0 comments on commit 60f630f

Please sign in to comment.