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 52e98b4 commit af6ddb4Copy full SHA for af6ddb4
.github/workflows/chrome-tests.yml
@@ -14,9 +14,10 @@ jobs:
14
node-version: '18'
15
- uses: pnpm/action-setup@v2
16
name: Install pnpm
17
- id: pnpm-install
18
with:
19
version: 8
20
run_install: true
+ - name: Install Cypress binaries
21
+ run: npx cypress install
22
- name: Chrome tests
23
run: pnpm test:chrome
.github/workflows/firefox-tests.yml
- name: Firefox tests
run: pnpm test:firefox
0 commit comments