We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56703f commit c4bafa0Copy full SHA for c4bafa0
.github/workflows/api-docs.yml
@@ -11,4 +11,4 @@ jobs:
11
with:
12
package_name: jwt
13
modules: JWT
14
- pathsToInvalidate: /jwt
+ pathsToInvalidate: /jwt/*
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
- main
7
jobs:
8
unit-tests:
9
- uses: vapor/ci/.github/workflows/run-unit-tests.yml@reusable-workflows
+ uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
10
with_coverage: false
with_tsan: true
0 commit comments