-
Notifications
You must be signed in to change notification settings - Fork 14
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
Run tests on AWS runners, separate workflows for linux and mac. #253
Run tests on AWS runners, separate workflows for linux and mac. #253
Conversation
9e0d26b
to
6918b20
Compare
aa71694
to
218010f
Compare
jobs: | ||
call-reusable-workflow: | ||
name: Call Reusable Testing Callback Workflow | ||
uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-publish-result.yml@v1 |
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.
Update this to the latest version, please
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.
name: Linux Reusable Crypto3 Testing | ||
needs: | ||
- handle-syncwith | ||
uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing-linux.yml@f9d91d2a62f5fb8d6767e4a458cae49da29aefe9 |
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.
Friendly reminder to replace references. Btw, you can use branch name here, so you won't need to replace SHA manually
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.
No description provided.