Skip to content

Commit

Permalink
Merge pull request #783 from adopted-ember-addons/skip-cleanup-in-emb…
Browse files Browse the repository at this point in the history
…er-try

Skip cleanup in ember-try
  • Loading branch information
NullVoxPopuli authored Aug 23, 2024
2 parents ae0a80b + 9650246 commit 1315b52
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 1315b52

Please sign in to comment.