Skip to content

Commit 91afdb9

Browse files
committed
Minor change
1 parent 86104cd commit 91afdb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,16 @@ jobs:
203203
- name: Show Full Numba Environment
204204
run: python -m numba -s
205205
shell: bash
206-
- name: Erase Any Coverage Data Files
207-
run: coverage erase
208-
shell: bash
209206
- uses: actions/download-artifact@v4
210207
with:
211208
pattern: coverage-data-*
212209
merge-multiple: true
213210
- name: Combine Coverage Files and Fail If Under 100%
214211
run: ./test.sh combine
215212
shell: bash
213+
- name: List Files
214+
run: ls
215+
shell: bash
216216
- name: Generate Coverage Report
217217
run: ./test.sh report coverage.stumpy.json
218218
shell: bash

0 commit comments

Comments
 (0)