Skip to content

Commit

Permalink
add steps for playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robson90 committed Oct 2, 2024
1 parent e0209b6 commit 94a6b52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 94a6b52

Please sign in to comment.