Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create nightly job to test against latest dependency versions #1169

Merged
merged 3 commits into from
Sep 1, 2023

Conversation

ericcornelissen
Copy link
Owner

@ericcornelissen ericcornelissen commented Aug 31, 2023

Summary

Add an (experimental) job to the nightly workflow that will run tests after updating runtime dependencies to the latest available(&compatible) version using npm update. This is in an effort to ensure compatibility with runtime dependencies is true for the latest versions, while keeping compatibility with the oldest version.


Job preview

Add an (experimental) job to the nightly workflow that will run tests
after updating runtime dependencies to the latest available(&compatible)
version using `npm update`. This is in an effort to ensure compatibility
with runtime dependencies is true for the latest versions, while keeping
compatibility with the oldest version.

The job is run against all OSes given that the dependency `which` might
behave differently based on the OS. The job does not run unit tests
because those _should_ be independent of runtime dependencies.

Also re-ordered installation of shells in all CI workflows to be
alphabetical.
@ericcornelissen ericcornelissen added test Relates to testing ci/cd Relates to ci/cd labels Aug 31, 2023
@ericcornelissen ericcornelissen force-pushed the test-against-latest-runtime-dep-versions branch from 4e20bd8 to 7ad5a8c Compare August 31, 2023 20:00
@ericcornelissen ericcornelissen merged commit 2d61fb3 into main Sep 1, 2023
66 checks passed
@ericcornelissen ericcornelissen deleted the test-against-latest-runtime-dep-versions branch September 1, 2023 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Relates to ci/cd test Relates to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant