diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bc0cf2d..1d9a483b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: - name: Test env: EMBER_TRY_SCENARIO: ${{ matrix.ember-try-scenario }} - run: node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO + run: node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO --skip-cleanup working-directory: test-app docs: