Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo-Antonioli authored Mar 4, 2024
1 parent 01db73e commit e5782f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ jobs:
pip install poetry
poetry config virtualenvs.in-project true
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R
- name: Download coverage data
uses: actions/download-artifact@v2.0.10
with:
name: coverage-dataR

- name: Create coverage report
shell: bash
Expand Down

0 comments on commit e5782f0

Please sign in to comment.