-
Notifications
You must be signed in to change notification settings - Fork 770
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
chore(ci): 🔧 👷 add e2e test when releasing #942
Conversation
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.
I approve this despite the fact I don't like the style at all.
@@ -28,12 +28,42 @@ jobs: | |||
- name: Test | |||
run: make test | |||
|
|||
- name: Track docs | |||
- name: Test if it's a release PR |
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.
I would rather use an other workflow and filter on path. Instead, it forces you to use bash script tricks (set -e
).
At least I would use conditional jobs instead of conditional steps.
fi | ||
set -e | ||
|
||
- name: Check docs |
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.
I would use an auto-commit action.
What does this PR do?
Launch a kind cluster and test default install on Traefik for this Chart.
Supersede #941 on which I have a strange issue.
Motivation
Ensure it works before releasing. Fixes #654.
More
make test
and all the tests passed