-
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
🎬 Workflow Actions #76
Conversation
Welcome to Codecov 🎉Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment. Thanks for integrating Codecov - We've got you covered ☂️ |
entrypoint: /app/docker_entrypoints/test.sh | ||
environment: | ||
- OV_DB_ENGINE=django.db.backends.sqlite3 | ||
- OV_DB_NAME=testdb |
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 can see where the top-level dev.yml
is used in the ov
script, but i'm not seeing where test.yml
is used.
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.
Though, it is incorrectly referred to as tests.yml
. Will fix it there.
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.
👍
* main: 🎬 Workflow Actions (#76)
Actions
Adds actions from Chowda:
Closes #74