We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7b9f6 commit 27daa40Copy full SHA for 27daa40
.github/workflows/test.yml
@@ -0,0 +1,9 @@
1
+name: Test
2
+on: [push, pull_request]
3
+jobs:
4
+ test:
5
+ steps:
6
+ - uses: actions/checkout@v2
7
+ - uses: actions/setup-node@v1
8
+ - run: npm ci
9
+ - run: npm test
0 commit comments