Skip to content

Commit 17fe7ad

Browse files
authored
Merge pull request #310 from ember-cli/nvp/remember-skip-cleanup
Add --skip-cleanup to try scenarios so we don't error doing work we don't need to do
2 parents 0f0710a + 6ebd59c commit 17fe7ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Test
140140
env:
141141
EMBER_TRY_SCENARIO: ${{ matrix.ember-try-scenario }}
142-
run: node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO
142+
run: node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO --skip-cleanup
143143
working-directory: test-app
144144

145145
docs:

0 commit comments

Comments
 (0)