We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec2dad commit 64e770cCopy full SHA for 64e770c
.github/workflows/test.yml
@@ -0,0 +1,21 @@
1
+name: CI
2
+on: push
3
+jobs:
4
+ build-extension:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v2
8
+ - name: Install modules
9
+ run: yarn
10
+ - name: Run tests
11
+ run: yarn test
12
+ build-web:
13
14
15
16
17
18
+ working-directory: ./web-app
19
20
21
0 commit comments