We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba7d2e commit bca07ecCopy full SHA for bca07ec
.github/workflows/testsuite_oneprocess.yml
@@ -272,7 +272,7 @@ jobs:
272
273
# Run both phases; allow script to return nonzero (continue-on-error handles it)
274
.github/workflows/testsuite_oneprocess.sh tput_test ${{ inputs.process }} || true
275
- .github/workflows/testsuite_oneprocess.sh tmad_test ${{ inputs.process }} || true
+ # .github/workflows/testsuite_oneprocess.sh tmad_test ${{ inputs.process }} || true
276
277
# Record the exit status we observed (for reference)
278
echo "tput/tmad finished; exit code of last command was $?"
0 commit comments