Skip to content

Commit 2e05270

Browse files
committed
ts: fix EasyBuild test run when some tests are skipped
Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
1 parent ac9401b commit 2e05270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/easybuild_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
export GITHUB_EVENT_NAME=pull_request
5555
# record output in file to check test suite result
5656
python -m test.framework.suite 2>&1 | tee test_framework_suite.log
57-
tail -n 1 test_framework_suite.log | grep --quiet '^OK$'
57+
tail -n 1 test_framework_suite.log | grep --quiet '^OK\($\| (skipped=\)'
5858
- uses: actions/upload-artifact@v4
5959
if: failure()
6060
with:

0 commit comments

Comments
 (0)