Skip to content

Commit

Permalink
remove all cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Oct 23, 2023
1 parent 04bd498 commit cf699d8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,9 @@ jobs:
environment: CI Environment
steps:
- uses: actions/checkout@v2
- run: docker-compose -f docker-compose-pipeline.yml pull
- uses: satackey/[email protected]
continue-on-error: true
with:
key: qbo-api-${{ hashFiles('requirements.txt') }}
restore-keys: |
qbo-api-${{ hashFiles('requirements.txt') }}
- run: docker-compose -f docker-compose-pipeline.yml build
- name: Bring up Services and test for token health
run: |
docker-compose -f docker-compose-pipeline.yml build
docker-compose -f docker-compose-pipeline.yml up -d
docker-compose -f docker-compose-pipeline.yml exec -T api pytest tests/ --cov --cov-report=xml --cov-fail-under=96 --junit-xml=test-reports/report.xml
echo "STATUS=$(cat pytest-coverage.txt | grep 'Required test' | awk '{ print $1 }')" >> $GITHUB_ENV
Expand Down

0 comments on commit cf699d8

Please sign in to comment.