We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f64ab9 commit 12e1db4Copy full SHA for 12e1db4
.github/workflows/e2e-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Run E2E tests on deployment success
23
if: github.event.deployment_status.state == 'success'
24
runs-on: ubuntu-latest
25
- container: cypress/included:8.7.0
+ container: cypress/included:9.5.4
26
env:
27
NPM_RC: ${{ secrets.NPM_TOKEN }}
28
TERM: xterm
0 commit comments