-
Notifications
You must be signed in to change notification settings - Fork 26
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
Use stable oasdiff docker image tag instead of main #57
Conversation
@effoeffi I would appreciate your opinion on this one, thanks in advance! |
@reuvenharrison can you please advice? |
I agree latest is better than main |
Hi! It seems the expected outputs were outdated, so I updated them to match what is expected with the latest version of oasdiff. I also removed unused params in the tests - |
The |
.github/workflows/test.yaml
Outdated
@@ -76,6 +76,8 @@ jobs: | |||
oasdiff_breaking: | |||
runs-on: ubuntu-latest | |||
name: Test breaking changes | |||
env: | |||
EXPECTED_OUTPUT: "1 changes: 1 error, 0 warning, 0 info" |
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.
Lets add a prefix to our environment variables, like: OASDIFF_ACTION_TEST_EXPECTED_OUTPUT
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.
Done
2c7323e
to
70ee75e
Compare
70ee75e
to
b1417c7
Compare
Sorry, missed that one. It should now be fixed! |
Currently the action uses the
main
tag for base docker imagetufin/oasdiff
, however it seems thelatest
tag is more suitable - it is updated together with the release of latest versions, while themain
tag lags behind. See https://hub.docker.com/r/tufin/oasdiff/tags