Skip to content

Commit 0f5bcf2

Browse files
Merge pull request #20 from donmahallem/patch-1
2 parents f3b1b01 + 423ced9 commit 0f5bcf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Node.js CI
22
on:
33
push:
44
branches: master
5+
pull_request:
56
jobs:
67
test:
78
runs-on: ubuntu-latest
@@ -18,4 +19,4 @@ jobs:
1819
- name: Install dependencies
1920
run: yarn install --frozen-lockfile
2021
- name: Run tests
21-
run: yarn test --ci
22+
run: yarn test --ci

0 commit comments

Comments
 (0)