Skip to content

Commit bd08a09

Browse files
committed
chore: Fix pipeline dependency
1 parent 70742fb commit bd08a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-latest
8383
name: Report coverage
8484
needs:
85-
- run
85+
- test
8686
steps:
8787
- uses: actions/checkout@v4
8888
- name: Install Hatch

0 commit comments

Comments
 (0)