From 6c3e59d0bb472f42b5b48291328da04bfb9fdf7e Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:25:28 -0400 Subject: [PATCH] Update ci.yml for compatibility testing --- .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 c074bdada..a6c07783a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - run: pnpm install - run: pnpm build - - run: pnpm ember try:one ${{ matrix.ember-try-scenario}} -- --config-path tests/dummy/config/ember-try.js + - run: pnpm ember try:one ${{ matrix.ember-try-scenario}} --skip-cleanup working-directory: test-app env: USE_EMBROIDER: "${{ matrix.embroider }}"