From 6ebd59cab55b0465c1e7a2d636361374e6b48548 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:34:57 -0400 Subject: [PATCH] Add --skip-cleanup to try scenarios so we don't error doing work we don't need to do --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: