-
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
test: adding test CI workflow #29
Conversation
chore: merging 68.2
.github/workflows/tests.yaml
Outdated
|
||
- name: Set Aztec version and start sandbox | ||
run: | | ||
VERSION=0.68.0 aztec-up |
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.
VERSION=0.68.0 aztec-up | |
VERSION=0.69.1 aztec-up |
Co-authored-by: zorzal <[email protected]>
chore: solving merge conflicts with main
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.
can you delete this file? then i think its good to go
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.
is not being added but modified, should we delete and add it to the .gitignore
?
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.
yes, you are right. ill merge and fix it
addressing #17, the workflow downloads dependencies and executes
yarn test