From e42ec0d48b4d342c432b4fa51c102f062625f4bc Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Tue, 21 May 2024 15:23:13 -0700 Subject: [PATCH] tests(ci): remove reference to deleted smoke test (#16010) --- .github/workflows/smoke.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 700aacb1b35e..37bb79060c96 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -103,7 +103,7 @@ jobs: - name: Run smoke tests # Windows bots are slow, so only run enough tests to verify matching behavior. - run: yarn smoke --debug -j=2 --retries=5 --shard=${{ matrix.smoke-test-shard }}/2 dbw oopif offline lantern metrics + run: yarn smoke --debug -j=2 --retries=5 --shard=${{ matrix.smoke-test-shard }}/2 dbw oopif lantern metrics # Fail if any changes were written to source files. - run: git diff --exit-code