Skip to content

Commit b4410f8

Browse files
committed
chore: update to match non-default demo actions
1 parent 5026578 commit b4410f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress-canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
19+
containers: [1, 2, 3, 4]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2
@@ -62,7 +62,7 @@ jobs:
6262
headless: true
6363
record: true
6464
parallel: true
65-
config-file: cypress/config/ci.json
65+
config-file: cypress/config/canary.json
6666
group: 'Next Plugin - Demo Canary'
6767
spec: cypress/integration/canary/*
6868
env:

0 commit comments

Comments
 (0)