circuitpython/.github
Jeff Epler f7e42bfebc build.yml: Fix 'Print failure info' to not error
Print Failure Info is for printing differences detected by 'Test all'.  When some other step fails, then "*.exp" doesn't match any files at all, and _this_ step fails too.

We will assume that Github Actions always runs with bash as the shell (as it does today). In this case, we can set the  "nullglob" shell option, so that a non-existent glob expands to nothing, instead of to itself.
2021-03-05 12:50:15 -06:00
..
ISSUE_TEMPLATE Apply suggestions from code review 2021-03-04 02:38:46 +05:30
workflows build.yml: Fix 'Print failure info' to not error 2021-03-05 12:50:15 -06:00