mario-campos / emulate

GitHub Actions for BSD.
BSD 2-Clause "Simplified" License
36 stars 3 forks source link

Implement -e (errexit) on run steps #3

Closed mario-campos closed 2 years ago

mario-campos commented 2 years ago

errexit causes the script to exit immediately upon error, rather than continue executing the rest of the script. errexit is set by default on the run-step scripts when executing on the GitHub Actions runner, but previously this was not done by default on the guests.