Skip to content

Commit 2882b7c

Browse files
Merge pull request #31 from SwiftPackageIndex/fix-ci
Fix CI
2 parents 717b3ce + 99df5c2 commit 2882b7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ on:
2424
jobs:
2525
tests:
2626
runs-on: ubuntu-latest
27-
container:
28-
image: swift:5.10.0-amazonlinux2
2927
steps:
3028
- name: Checkout
3129
uses: actions/checkout@v4
3230
- name: Run tests
33-
run: swift test
31+
run: docker run -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test

0 commit comments

Comments
 (0)