Skip to content

Commit b49c321

Browse files
authored
Update CI (#154)
1 parent 4232d34 commit b49c321

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,19 @@ jobs:
99
vapor-integration:
1010
if: ${{ !(github.event.pull_request.draft || false) }}
1111
runs-on: ubuntu-latest
12-
container: swift:5.8-jammy
12+
container: swift:5.10-noble
1313
steps:
1414
- name: Check out package
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with: { path: 'websocket-kit' }
1717
- name: Check out Vapor
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with: { repository: 'vapor/vapor', path: 'vapor' }
2020
- name: Use local package in Vapor
2121
run: swift package --package-path vapor edit websocket-kit --path websocket-kit
2222
- name: Run Vapor tests
2323
run: swift test --package-path vapor
2424

2525
unit-tests:
26-
uses: vapor/ci/.github/workflows/run-unit-tests.yml@reusable-workflows
27-
with:
28-
with_coverage: true
29-
with_tsan: false
30-
with_public_api_check: ${{ github.event_name == 'pull_request' }}
26+
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
27+
secrets: inherit

0 commit comments

Comments
 (0)