automating testing of installs on various Operating systems #1122
Unanswered
maxandersen
asked this question in
Ideas
Replies: 1 comment 4 replies
-
One challenge to test is updates, cc @quintesse I tried doing this:
and jbang will complain to update but using package manager. Is my only option to put it into ~/.jbang/bin to have it honor the update ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've kicked off an initial github action workflow that is intended to run every night to verify install and upgrades continues to work. We've had random issues with that over time so thought it was better to get it automated rather than discover it by accident.
For now its at https://github.com/jbangdev/jbang/actions/workflows/install-tests.yml and just tests OSX install and initital run.
Will try add windows and linux too.
Beta Was this translation helpful? Give feedback.
All reactions