mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:49:02 +00:00
Remove continue-on-error: true because it hides errors. (#1129)
* Add test for the workflow. * Remove continue-on-error. * Remove always failing test. * Fix the hidden failure. * Regenerated.
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -66,7 +66,6 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
id: test
|
||||
continue-on-error: true
|
||||
run: |
|
||||
docker run --name test --network host \
|
||||
-v "${{ github.workspace }}:/app" \
|
||||
@@ -111,7 +110,6 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
id: test
|
||||
continue-on-error: true
|
||||
run: |
|
||||
docker run --name test photoview/ui npm run test:ci
|
||||
docker cp test:/app/ui/coverage ./ui/
|
||||
|
||||
Reference in New Issue
Block a user