Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marsidev committed Oct 18, 2022
1 parent 5c826f0 commit 2d61e69
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ jobs:
- name: Typecheck
run: nr typecheck

test:
e2e-test:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
# node: [14.x, 16.x, 18.x]
# os: [ubuntu-latest, windows-latest, macos-latest]
node: [18.x]
os: [ubuntu-latest]
fail-fast: false

steps:
Expand All @@ -89,8 +91,11 @@ jobs:
- name: Install
run: nci

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

- name: Build
run: nr build

- name: Test
run: nr test
run: npx playwright test

0 comments on commit 2d61e69

Please sign in to comment.