Skip to content

Commit

Permalink
tests(ci): remove reference to deleted smoke test (#16010)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed May 21, 2024
1 parent f30413b commit e42ec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e42ec0d

Please sign in to comment.