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 b994423 commit 1d4cb2aCopy full SHA for 1d4cb2a
.github/workflows/ci_cd.yml
@@ -49,19 +49,9 @@ jobs:
49
python -m pip install --upgrade pip
50
pip install -r requirements.txt
51
52
- - name: Testing (Linux)
+ - name: Testing
53
uses: ansys/actions/tests-pytest@v6
54
timeout-minutes: 12
55
- if: runner.os == 'Linux'
56
- with:
57
- checkout: false
58
- skip-install: true
59
- pytest-extra-args: "--cov=ansys.allie.flowkit.python --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"
60
-
61
- - name: Testing (Windows)
62
- uses: ansys/actions/tests-pytest@v6
63
- timeout-minutes: 12
64
- if: runner.os == 'Windows'
65
with:
66
checkout: false
67
skip-install: true
0 commit comments