Skip to content

Commit 49a211f

Browse files
Theodore MessinezisTheodore Messinezis
Theodore Messinezis
authored and
Theodore Messinezis
committed
ci: add testing for pull requests
1 parent 50bdff4 commit 49a211f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pull.yml

+11
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,14 @@ jobs:
4141
run: npm ci
4242
- name: Run lint script
4343
run: npm run lint
44+
45+
test:
46+
name: test
47+
runs-on: ubuntu-latest
48+
steps:
49+
- name: Checkout
50+
uses: actions/checkout@v1
51+
- name: Install dependencies
52+
run: npm ci
53+
- name: Run test script
54+
run: npm run test

0 commit comments

Comments
 (0)