Skip to content

Commit

Permalink
Merge branch 'ci/unit-tests' of https://github.com/sylvanld/shopeat i…
Browse files Browse the repository at this point in the history
…nto ci/unit-tests
  • Loading branch information
hoshiyosan committed Dec 12, 2022
2 parents 296ee2c + 8f99278 commit 64fad34
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Setup Python
- uses: actions/checkout@v2
- name: "Setup Python"
uses: actions/setup-python@v4.3.1
with:
python-version: 3.11

- name: Install test dependencies
- name: "Install test dependencies"
run: pip install -r requirements/tests.txt

- name: Run unit tests
- name: "Run unit tests"
run: python -m pytest tests/

0 comments on commit 64fad34

Please sign in to comment.