iainelder / dotfiles

Dotfiles and automagic set-up scripts for Linux flavours
https://victoria.dev/verbose/how-to-set-up-a-fresh-ubuntu-desktop-using-only-dotfiles-and-bash-scripts/
3 stars 0 forks source link

Test installers using a dynamic matrix #7

Closed iainelder closed 3 months ago

iainelder commented 3 months ago

Ken Muse shows how to use one job to give input to the build matrix of another.

Dynamic Build Matrices in GitHub Actions

Use this technique to replace the clunky workflow generator script in generate_ci.bash.

iainelder commented 3 months ago

fd6f486 may solve this for the scheduled executions.

I'll know for sure tomorrow morning when I check whether the "Test Installer" job ran.

Next I need to solve it for testing on changes to the installer scripts.

iainelder commented 3 months ago

e12c961 may solves this for the pushed executions.

iainelder commented 3 months ago

Scheduled execution in "Test all installers" run 3 succeeded.

iainelder commented 2 months ago

This seemed to solve GitHub Action's flaky networking (#6).