Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Mar 19, 2024
1 parent 9ab5c07 commit 83dcfd0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
- name: Setup services
run: docker-compose up -d

# - name: Run Pytest
# run: set -o pipefail; poetry run pytest --junitxml=pytest.xml --cov=harvester ./tests/unit | tee pytest-coverage.txt
- name: Run Pytest
run: set -o pipefail; poetry run pytest --junitxml=pytest.xml --cov=harvester ./tests/unit | tee pytest-coverage.txt

# - name: Report test coverage
# uses: MishaKav/pytest-coverage-comment@main
# with:
# pytest-coverage-path: pytest-coverage.txt
# junitxml-path: pytest.xml
# github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Report test coverage
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-coverage-path: pytest-coverage.txt
junitxml-path: pytest.xml
github-token: ${{ secrets.GITHUB_TOKEN }}

deploy-development:
if: github.ref == 'refs/heads/develop'
Expand Down

0 comments on commit 83dcfd0

Please sign in to comment.