Skip to content

Commit

Permalink
ci: use correct syntax for no-lockfile option
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Gasco committed Sep 19, 2023
1 parent 4b452c3 commit 8df72e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
pnpm-version: 8.5.1
node-version: 16.x
no-lockfile: true
args: "--no-lockfile"

- name: Run Tests
run: npm run test:ember
Expand Down

0 comments on commit 8df72e4

Please sign in to comment.