We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0b65f commit 4caab1bCopy full SHA for 4caab1b
1 file changed
.github/workflows/docker.yml
@@ -61,21 +61,18 @@ jobs:
61
with:
62
node-version: 14
63
64
- - name: npm install, make test-coverage
+ - name: npm install
65
working-directory: ./web
66
- run: |
67
- npm install
68
- make test-coverage
69
-
70
- - name: Coveralls
71
- uses: coverallsapp/github-action@master
72
- with:
73
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ run: npm install
74
75
- name: Build
76
77
run: npm run build
78
+# - name: Test
+# working-directory: ./web
+# run: npm test
+
79
- name: Copy app files and zip
80
run: |
81
mkdir app
0 commit comments