Skip to content

Commit 2a921bc

Browse files
committed
better log test command, capture output
1 parent a32e934 commit 2a921bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ jobs:
105105
# Run the tests while making sure none of the common/known warnings are printed
106106
- name: "Test: Frontend"
107107
run: |
108-
set -euo pipefail
108+
set -xeuo pipefail
109109
cd src/SIL.XForge.Scripture/ClientApp
110-
npm run test:gha | tee test_output.log
110+
npm run test:gha |& tee test_output.log
111111
! grep -P 'NG\d+|ERROR:|WARN:|LOG:|INFO:' test_output.log
112112
113113
- name: "Coverage: Backend"

0 commit comments

Comments
 (0)