Skip to content

Commit

Permalink
update CI (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: Jaap Wijnen <jaap@passivelogic.com>
  • Loading branch information
JaapWijnen and Jaap Wijnen committed Mar 17, 2024
1 parent c56703f commit c4bafa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-docs.yml
Expand Up @@ -11,4 +11,4 @@ jobs:
with:
package_name: jwt
modules: JWT
pathsToInvalidate: /jwt
pathsToInvalidate: /jwt/*
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -6,7 +6,7 @@ on:
- main
jobs:
unit-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@reusable-workflows
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
with_coverage: false
with_tsan: true

0 comments on commit c4bafa0

Please sign in to comment.