-
Notifications
You must be signed in to change notification settings - Fork 0
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
draft CI/CD #2
draft CI/CD #2
Conversation
59d0492
to
45ba9eb
Compare
3483f86
to
c6ab274
Compare
c6ab274
to
dab4d85
Compare
4f12339
to
22c4271
Compare
22c4271
to
2425f56
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.
Just a quick question on my end
0624f40
to
4064f21
Compare
4064f21
to
87beb3d
Compare
shell: bash | ||
- name: Test with pytest | ||
run: | | ||
echo pytest tests |
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.
why are using echo here?
- name: Build and install our repo | ||
uses: ./.github/actions/python-build | ||
- name: Push version | ||
uses: ./.github/actions/pushversion |
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.
I don't think you committed this file?
No description provided.