Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisChu committed Nov 1, 2022
1 parent a9122b5 commit 295fe01
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ jobs:
run: |
docker-compose -f docker-compose.yaml up -d
sleep 45
pytest -s -v -k "not SSL" --cov=../nebula3 --cov-report=xml --cov-append
pytest -s -v -k "not SSL" --cov=../nebula3
working-directory: tests
- name: Test SSL connection with pytest
run: |
enable_ssl=true docker-compose -f docker-compose-ssl.yaml up -d
sleep 45
pytest -s -v -k "SSL" --cov=../nebula3 --cov-report=xml --cov-append
pytest -s -v -k "SSL" --cov=../nebula3
working-directory: tests
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./tests/coverage.xml

0 comments on commit 295fe01

Please sign in to comment.