Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
myxie committed May 7, 2024
1 parent f542078 commit 3d166e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
echo "COVFILES=$COVFILES" >> $GITHUB_ENV
cd daliuge-translator
pip install -r test-requirements.txt
py.test --cov --show-coverage=no
py.test --cov --show-capture=no
- name: Run daliuge-engine tests
if: ${{ matrix.engine == 'yes' }}
run: |
COVFILES="$COVFILES daliuge-engine/.coverage"
echo "COVFILES=$COVFILES" >> $GITHUB_ENV
cd daliuge-engine
py.test --cov --show-coverage=no
py.test --cov --show-capture=no
- name: Combine coverage
run: coverage combine $COVFILES
Expand Down

0 comments on commit 3d166e1

Please sign in to comment.