Skip to content
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 new workflow #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

✒️Test new workflow #17

wants to merge 2 commits into from

Conversation

sanggusti
Copy link
Owner

Let's take a look on this new workflow

Comment on lines +13 to +23
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't work for a compact repository, need to configure workflow with docker-compose or docker image respectively to run services like db worker etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant