Browse Source

chore: add test workflows

richard1015 4 years ago
parent
commit
e434a270fe
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .github/workflows/test.yml

+ 14 - 0
.github/workflows/test.yml

@@ -0,0 +1,14 @@
+name: github pages
+
+on:
+  push:
+    branches:
+      - next # default branch
+
+jobs:
+  test:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - run: yarn install
+      - run: yarn test