Skip to content

Commit

Permalink
[skip ci] Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Nov 4, 2023
1 parent a9d942b commit 4255ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
container: swift:jammy
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with: { path: console-kit }
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with: { repository: 'vapor/vapor', path: vapor }
- run: swift package --package-path vapor edit console-kit --path console-kit
- run: swift test --package-path vapor

0 comments on commit 4255ad2

Please sign in to comment.