Skip to content

Commit 28a6ac8

Browse files
committed
Testing test workflow
1 parent 8c51647 commit 28a6ac8

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
name: CI
1+
name: Unit Tests
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:
7-
8-
# Machine environment:
9-
# https://help.github.com/en/articles/software-in-virtual-environments-for-github-actions#ubuntu-1804-lts
10-
# We specify the Node.js version manually below, and use versioned Chrome from Puppeteer.
117
runs-on: ubuntu-latest
128

139
steps:
1410
- uses: actions/checkout@v1
15-
- name: Use Node.js 12.8
11+
- name: Use Node.js 16.16.0
1612
uses: actions/setup-node@v1
1713
with:
1814
node-version: 16.0
19-
- name: Install dependencies
20-
run: npm install
2115
- name: Test
2216
run: npm test -- --watch=false --browsers=ChromeHeadless

0 commit comments

Comments
 (0)