Commit Graph
3 Commits
Author SHA1 Message Date
Yoann Chaudet 0b99ed0c25 Drop pr 2022-04-19 15:53:00 -07:00
Yoann Chaudet 837d22ace1 Fix up record action 2022-04-19 15:49:32 -07:00
Jess Bees 5a78e45c89 Support recording expected output in an action!
the `record_expected_output` script now uses the `act` utility
(https://github.com/nektos/act) to run this repo's action in a container
as github actions would.

You can now pass one argument to that, `local`, to go back to running
`github-pages` on your local ruby install. (I removed the `.ruby-version`
file since we don't *need* to record using the local env anymore, so
make sure that you're on Ruby 2.7.4)

This eliminates the inconsistency between recorded output and generated
output on actions, so we don't need to ignore any lines in `diff` anymore.
2022-02-02 12:50:26 -05:00