Skip to content

Commit c4bafa0

Browse files
authored
update CI (#153)
Co-authored-by: Jaap Wijnen <jaap@passivelogic.com>
1 parent c56703f commit c4bafa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
with:
1212
package_name: jwt
1313
modules: JWT
14-
pathsToInvalidate: /jwt
14+
pathsToInvalidate: /jwt/*

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
jobs:
88
unit-tests:
9-
uses: vapor/ci/.github/workflows/run-unit-tests.yml@reusable-workflows
9+
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
1010
with:
1111
with_coverage: false
1212
with_tsan: true

0 commit comments

Comments
 (0)