Skip to content

Commit

Permalink
Skip cleanup in ember-try
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 23, 2024
1 parent ae0a80b commit 9650246
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 @@ -125,7 +125,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
working-directory: test-app

ember-modifier-scenarios:
Expand Down

0 comments on commit 9650246

Please sign in to comment.