Skip to content

Commit 1d4cb2a

Browse files
Update .github/workflows/ci_cd.yml
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent b994423 commit 1d4cb2a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,9 @@ jobs:
4949
python -m pip install --upgrade pip
5050
pip install -r requirements.txt
5151
52-
- name: Testing (Linux)
52+
- name: Testing
5353
uses: ansys/actions/tests-pytest@v6
5454
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'
6555
with:
6656
checkout: false
6757
skip-install: true

0 commit comments

Comments
 (0)