-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add GH actions workflow #30
Conversation
8d1ac40
to
6ed7f2a
Compare
cca6783
to
58e77eb
Compare
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.
That's good amount of scripts 👍
.github/workflows/benchmarking.yml
Outdated
env: | ||
CARGO_TERM_COLOR: always | ||
AWS_ACCESS_KEY_ID: xxxxYKF5 | ||
AWS_REGION: xxxxst-1 | ||
AWS_SECRET_ACCESS_KEY: xxxxmvcn | ||
S3_BUCKET_PREFIX: xxxxract |
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.
Oh, how did you work this out?
.github/workflows/deploy.yml
Outdated
# (github.ref == 'refs/tags//^v[0-9]+\.[0-9]+\.[0-9]+.*/') && (github.ref != 'refs/heads//.*/') | ||
defaults: | ||
run: | ||
working-directory: "/home/circleci/project" |
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 why is circleci relevant here?
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.
This is part of migration.
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.
Sorry clicked the wrong button, approved 😓
CI failed though
No worries. Will put this into good shape (working units tests workflow only), so that we can merge and have some tests. And then will work on integration / release workflows in a couple follow-ups. |
5275a1d
to
c8b44e2
Compare
Merge after #31.