r25732 - Run github PR checks against latest mac/windows. (fia/pull/70']#70) * Run checks against latest

Github Bot

Poster of Commits
Run github PR checks against latest mac/windows. (#70)

* Run checks against latest mac/windows.

This also opts to use ubuntu-latest so we don't have to manually
configure it in the future.

Note that there are technically newer OSes than windows-latest and
macos-latest at this time, but I anticipate that these labels will be
automatically migrated over time (unlike a fixed label that will
require periodic maintenance).

* Add a placeholder dependent action.

This is effectively a no-op, but we need to perform _some_ action in
each step, and we need at least one step in each job.

This allows us to get around the naming issues where the main branch
expects a check with the name "Run Tests" to complete, while the
matrix strategy modifies the name of each of the subjobs.

* Comment on why we have this placeholder action.

This also improves the stdout message from "1" to "All checks
succeeded." because it doesn't cost anything to change a print
statement...

View on Github
 
Top