Skip to content

✒️Test new workflow#17

Open
sanggusti wants to merge 2 commits intomainfrom
ops-workflow
Open

✒️Test new workflow#17
sanggusti wants to merge 2 commits intomainfrom
ops-workflow

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