Skip to content

Commit

Permalink
Merge branch 'main' into fix/block-trace-url
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic authored Mar 15, 2022
2 parents eadb5a7 + 3675e35 commit 6e52f49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cypress-demo-nx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
containers: [1, 2, 3, 4, 5, 6]
containers: [1, 2, 3, 4]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -63,6 +63,8 @@ jobs:
record: true
parallel: true
config-file: cypress/config/nx-demo.json
group: 'Next Plugin - Demo NX'
spec: cypress/integration/nx/*
env:
DEBUG: '@cypress/github-action'
CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cypress-demo-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
containers: [1, 2, 3, 4, 5, 6]
containers: [1, 2, 3, 4]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -63,6 +63,8 @@ jobs:
record: true
parallel: true
config-file: cypress/config/static-root.json
group: 'Next Plugin - Demo Static'
spec: cypress/integration/static-root/*
env:
DEBUG: '@cypress/github-action'
CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cypress-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
containers: [1, 2, 3, 4, 5, 6]
containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -63,6 +63,8 @@ jobs:
record: true
parallel: true
config-file: cypress/config/ci.json
group: 'Next Plugin - Demo'
spec: cypress/integration/default/*
env:
DEBUG: '@cypress/github-action'
CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }}
Expand Down

0 comments on commit 6e52f49

Please sign in to comment.