Skip to content

Commit 4caab1b

Browse files
author
vsilent
committed
no frontend tests so far
1 parent dc0b65f commit 4caab1b

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/docker.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,18 @@ jobs:
6161
with:
6262
node-version: 14
6363

64-
- name: npm install, make test-coverage
64+
- name: npm install
6565
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 }}
66+
run: npm install
7467

7568
- name: Build
7669
working-directory: ./web
7770
run: npm run build
7871

72+
# - name: Test
73+
# working-directory: ./web
74+
# run: npm test
75+
7976
- name: Copy app files and zip
8077
run: |
8178
mkdir app

0 commit comments

Comments
 (0)