Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlligatorAffe authored Apr 19, 2024
1 parent 96ef8e1 commit 217de94
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x, 16.x, 18.x]


steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Install Dependencies
run: npm install
- name: Install playwright testing.
run: npx playwright install --with-deps
- name: Run playwright test.
run: npx playwright test
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npx playwright install --with-deps
- run: npx playwright test

0 comments on commit 217de94

Please sign in to comment.