posit-dev / publisher

MIT License
6 stars 1 forks source link

Fixes for Nightly job #2342

Closed kgartland-rstudio closed 1 month ago

kgartland-rstudio commented 1 month ago

When I updated the nightly tests to run against specific packages I made a couple mistakes.

  1. Forgot to include the package job as a dependency
  2. Used the amd build for macOS, GH Actions uses the arm build so it was causing failures
  3. Added a fix for some flakiness around the fuzzbucket ssh key I create in an earlier step

All tests are now passing: https://github.com/posit-dev/publisher/actions/runs/11145196437