Skip to content

Commit

Permalink
fix github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tilfin committed Oct 20, 2023
1 parent fee75ff commit 23bd930
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ on:
- main

jobs:
e2e-tests:
tests:
runs-on: ubuntu-latest # or macos-latest, windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Install playwright browsers
Expand Down

0 comments on commit 23bd930

Please sign in to comment.