Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit ab23f30

Browse files
author
John B
committed
add test
1 parent 16bc5b1 commit ab23f30

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test Package
2+
3+
on: [push]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v1
10+
- uses: actions/setup-node@v1
11+
with:
12+
node-version: 13
13+
- run: yarn
14+
- run: yarn build
15+
- run: yarn test

0 commit comments

Comments
 (0)