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:
Googol Lee
2024-11-19 19:03:19 +01:00
committed by GitHub
parent 6b33e88258
commit 772129dbeb
16 changed files with 20 additions and 22 deletions

View File

@@ -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/