File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 9
9
vapor-integration :
10
10
if : ${{ !(github.event.pull_request.draft || false) }}
11
11
runs-on : ubuntu-latest
12
- container : swift:5.8-jammy
12
+ container : swift:5.10-noble
13
13
steps :
14
14
- name : Check out package
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with : { path: 'websocket-kit' }
17
17
- name : Check out Vapor
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with : { repository: 'vapor/vapor', path: 'vapor' }
20
20
- name : Use local package in Vapor
21
21
run : swift package --package-path vapor edit websocket-kit --path websocket-kit
22
22
- name : Run Vapor tests
23
23
run : swift test --package-path vapor
24
24
25
25
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
You can’t perform that action at this time.
0 commit comments