-
Notifications
You must be signed in to change notification settings - Fork 10
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
test: label checks #754
base: main
Are you sure you want to change the base?
test: label checks #754
Conversation
6cce491
to
53e921a
Compare
764f00d
to
183cc3d
Compare
183cc3d
to
a1b0f43
Compare
52644c7
to
fb7468e
Compare
run: | | ||
make install-lagoon | ||
make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] | ||
|
||
- name: Helm-install the test fixtures and fill lagoon-test/ci/linter-values.yaml (next-release) | ||
if: | | ||
(steps.list-changed.outputs.changed == 'true') && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one might need to stay in to skip the tests if nothing has changed, but convert to an ||
instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah ill make it an ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The previous logic was "if changed & label exists" but that wouldn't fire if just the label was added or removed. i think it still makes sense to leave it as "if label exits" and ignore the "if changed" so it runs in both conditions
fb7468e
to
340328c
Compare
No description provided.