-
Notifications
You must be signed in to change notification settings - Fork 45
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
[TT-414] Solana Dockerization #545
Conversation
4543e46
to
41c288d
Compare
41c288d
to
a492fb7
Compare
a492fb7
to
eb55e80
Compare
eb55e80
to
9201353
Compare
9201353
to
95968a5
Compare
@@ -22,7 +22,7 @@ runs: | |||
repository: smartcontractkit/chainlink-solana | |||
ref: ${{ inputs.ref }} | |||
- name: Setup go | |||
uses: actions/setup-go@v3 | |||
uses: actions/setup-go@v4 | |||
with: | |||
go-version-file: "go.mod" |
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.
nit: isn't this the default value?
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.
Doesn't look like it: https://github.com/actions/setup-go/blob/main/action.yml#L7-L8
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.
hmm, but doesn't this suggest it will find it?
https://github.com/actions/setup-go#getting-go-version-from-the-gomod-file
a17045b
to
2542d0e
Compare
SonarQube Quality Gate 0 Bugs No Coverage information |
Converts TestSolanaOCRV2Smoke to use the dockerized environment to run the test in CI.
Does not change TestSolanaGauntletOCRV2Smoke or the soak test.