Skip to content

Commit 3d166e1

Browse files
committed
Fix spelling error
1 parent f542078 commit 3d166e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
echo "COVFILES=$COVFILES" >> $GITHUB_ENV
5757
cd daliuge-translator
5858
pip install -r test-requirements.txt
59-
py.test --cov --show-coverage=no
59+
py.test --cov --show-capture=no
6060
6161
- name: Run daliuge-engine tests
6262
if: ${{ matrix.engine == 'yes' }}
6363
run: |
6464
COVFILES="$COVFILES daliuge-engine/.coverage"
6565
echo "COVFILES=$COVFILES" >> $GITHUB_ENV
6666
cd daliuge-engine
67-
py.test --cov --show-coverage=no
67+
py.test --cov --show-capture=no
6868
6969
- name: Combine coverage
7070
run: coverage combine $COVFILES

0 commit comments

Comments
 (0)