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

fix: local tests not working due to lack of CI env var #208

Merged
merged 4 commits into from
Feb 7, 2024

Conversation

4141done
Copy link
Collaborator

@4141done 4141done commented Feb 6, 2024

What

In order to prevent local test runs from attempting to build images, we introduced the CI variable in the test scripts in this change. However, locally this variable does not exist which causes the tests to fail locally.

Fix

In the test script, define the variable if it is unset to a value that will not cause images to be built.

@4141done 4141done merged commit f6dfdc9 into master Feb 7, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant