From e6309b72ca4753eee872dd3a4ca3cb67374e57da Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:32:04 -0400 Subject: [PATCH] Use --skip-cleanup for ember-try for faster-exiting try-scenarios --- files/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.github/workflows/ci.yml b/files/.github/workflows/ci.yml index 162bd013..548f17c8 100644 --- a/files/.github/workflows/ci.yml +++ b/files/.github/workflows/ci.yml @@ -70,5 +70,5 @@ jobs: - name: Install Dependencies run: <%= yarn ? 'yarn install --frozen-lockfile' : 'npm ci' %><%}%> - 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: <%= testAppInfo.location %>