Skip to content

Commit

Permalink
update GH Actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
tilfin committed Oct 1, 2023
1 parent 49fd244 commit d9a75f7
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/action.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Browser CI test
name: Test

on:
push:
Expand All @@ -16,11 +16,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'

- uses: microsoft/playwright-github-action@v1

node-version: '18'
- name: Install dependencies
run: npm install
- run: npm test
- run: npm run test_emulator
run: npm ci
- name: Install playwright browsers
run: npx playwright install --with-deps
- name: Run tests
run: npm test
- name: Run tests in playwright
run: npm run test_emulator

0 comments on commit d9a75f7

Please sign in to comment.