Skip to content

Commit

Permalink
ci: setup playwrigth
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Dec 24, 2024
1 parent 989137c commit a598034
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,14 @@ jobs:
with:
go-version-file: ./go.mod

- uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- run: make e2e

0 comments on commit a598034

Please sign in to comment.