Skip to content

Commit

Permalink
Add nolockfile for try-scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jun 26, 2024
1 parent 15bd7c8 commit 3148c84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
with:
args: "--no-lockfile"
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
working-directory: test-app-3.x
Expand All @@ -79,6 +81,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
with:
args: "--no-lockfile"
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
working-directory: test-app-4.x
Expand All @@ -104,6 +108,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
with:
args: "--no-lockfile"
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
working-directory: test-app-5.x

0 comments on commit 3148c84

Please sign in to comment.