Skip to content

Commit 7fd7662

Browse files
committed
Test action
Signed-off-by: worksofliam <[email protected]>
1 parent 261a5e5 commit 7fd7662

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
pull_request:
3+
paths:
4+
- 'src/**'
5+
6+
jobs:
7+
release:
8+
name: Test runner
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
with:
13+
fetch-depth: 1
14+
submodules: true
15+
- run: npm ci
16+
- run: npm run test

0 commit comments

Comments
 (0)