Skip to content

Commit

Permalink
update pytest yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Oct 31, 2023
1 parent b77028d commit 06d1db9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
pytest:
runs-on: ubuntu-latest
name: Sphinx docs to gh-pages
name: pytest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -26,7 +26,8 @@ jobs:
shell: bash -l {0}
run: |
pip install .
- name: tests and coverage
- name: Run tests and coverage
shell: bash
env:
EDS_CLIENT_ID: ${{ secrets.EDS_CLIENT_ID }}
EDS_AUTH_URL: ${{ secrets.EDS_AUTH_URL }}
Expand Down

0 comments on commit 06d1db9

Please sign in to comment.