Skip to content

Commit d78c196

Browse files
committed
Fixes the test job name
1 parent 0b7c013 commit d78c196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
216216
needs:
217217
- build
218-
- test
218+
- tests
219219
steps:
220220
-
221221
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)