Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Mar 24, 2021
1 parent 66bf76a commit cafd8ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -45,8 +45,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.pyver }}
- name: Fix GitHub Actions path
# https://github.com/actions/virtual-environments/issues/2455
run: echo /home/runner/.local/bin >>$GITHUB_PATH
- run: python -m pip install coveralls
- run: python -m pip install .
- run: pip install --user .
- run: coverage run --source=yamllint -m unittest discover
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop

0 comments on commit cafd8ab

Please sign in to comment.