Skip to content

Commit bca07ec

Browse files
committed
[debug] Re-run again to see if anything changes
1 parent 5ba7d2e commit bca07ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testsuite_oneprocess.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
273273
# Run both phases; allow script to return nonzero (continue-on-error handles it)
274274
.github/workflows/testsuite_oneprocess.sh tput_test ${{ inputs.process }} || true
275-
.github/workflows/testsuite_oneprocess.sh tmad_test ${{ inputs.process }} || true
275+
# .github/workflows/testsuite_oneprocess.sh tmad_test ${{ inputs.process }} || true
276276
277277
# Record the exit status we observed (for reference)
278278
echo "tput/tmad finished; exit code of last command was $?"

0 commit comments

Comments
 (0)