Skip to content

Commit 6ebd59c

Browse files
committed
Add --skip-cleanup to try scenarios so we don't error doing work we don't need to do
1 parent 1535c21 commit 6ebd59c

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)