Skip to content

Commit

Permalink
edit workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Dec 15, 2023
1 parent 52e98b4 commit 5f8f53c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/chrome-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
node-version: '18'
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: true
- name: Install Cypress binaries
run: npx cypress install
- name: Chrome tests
run: pnpm test:chrome
3 changes: 2 additions & 1 deletion .github/workflows/firefox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
node-version: '18'
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: true
- name: Install Cypress binaries
run: npx cypress install
- name: Firefox tests
run: pnpm test:firefox

0 comments on commit 5f8f53c

Please sign in to comment.