Skip to content

Commit 8d611fa

Browse files
committed
Run browser tests in CI
1 parent 54c48e3 commit 8d611fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: CI workflow
22
on: [push, pull_request]
33
jobs:
4+
browsers:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- uses: actions/setup-node@v1
9+
- name: Install Dependencies
10+
run: npm install
11+
- name: Test
12+
run: npm run
413
test:
514
runs-on: ubuntu-latest
615
strategy:

0 commit comments

Comments
 (0)