-
Notifications
You must be signed in to change notification settings - Fork 12
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
ci: create gha workflow to automate minikube e2e tests on windows #272
ci: create gha workflow to automate minikube e2e tests on windows #272
Conversation
Signed-off-by: Anton Misskii <[email protected]>
96bbbc5
to
ccd7f55
Compare
Signed-off-by: Anton Misskii <[email protected]>
Signed-off-by: Anton Misskii <[email protected]>
.github/workflows/e2e-windows.yaml
Outdated
with: | ||
name: results-e2e-${{ matrix.windows-version }}${{ matrix.windows-featurepack }} | ||
path: | | ||
results/* |
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.
missing new line at EOF.
fail_on_failure: true | ||
include_passed: true | ||
detailed_summary: true | ||
require_tests: 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.
add annotate_only: true
.github/workflows/e2e-windows.yaml
Outdated
windows: | ||
name: windows-${{ matrix.windows-version }}-${{ matrix.windows-featurepack }} | ||
runs-on: ubuntu-latest | ||
permissions: |
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.
with annotate_only
is this not necessary.
Signed-off-by: Anton Misskii <[email protected]>
issue: #240