We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c178b commit 37dd1b4Copy full SHA for 37dd1b4
.github/workflows/test_pytest.yaml
@@ -57,10 +57,6 @@ jobs:
57
- name: Run Acceptance Tests
58
run: pytest tests/acceptance --cov=rocketpy --cov-append --cov-report=xml
59
60
- - name: Run pytest --runslow
61
- if: github.ref == 'refs/heads/master'
62
- run: pytest tests -m slow --runslow --cov=rocketpy --cov-append --cov-report=xml
63
-
64
- name: Upload coverage to artifacts
65
uses: actions/upload-artifact@v2
66
with:
0 commit comments