Skip to content

Commit

Permalink
run this new smoke spec on each push
Browse files Browse the repository at this point in the history
  • Loading branch information
scytacki authored Oct 22, 2024
1 parent 5e2344e commit e5084c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,8 @@ jobs:
# only record the results to dashboard.cypress.io if CYPRESS_RECORD_KEY is set
record: ${{ !!secrets.CYPRESS_RECORD_KEY }}
browser: chrome
# only run a single test
# TODO: setup a special test for this purpose
spec: cypress/e2e/import-v2.spec.ts
# run just the smoke tests on every push
spec: cypress/e2e/smoke/**
group: 'Smoke Tests'
env:
# pass the Dashboard record key as an environment variable
Expand Down

0 comments on commit e5084c4

Please sign in to comment.