Skip to content

Commit

Permalink
Fix YAML syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jan 13, 2021
1 parent e67f92a commit 0c22fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
sudo apt-get update
sudo apt-get install firefox firefox-geckodriver
- name: Test
run: |
run:
tox -e ${{ matrix.config[1] }}-${{ matrix.flavour }}-ff-${{ matrix.state}}
- name: Report to coveralls
run:
run: |
pip install coverage coveralls
coverage combine
coveralls --service=github
Expand Down

0 comments on commit 0c22fca

Please sign in to comment.