Skip to content

Commit

Permalink
Merge pull request #31 from SwiftPackageIndex/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
finestructure authored Jul 11, 2024
2 parents 717b3ce + 99df5c2 commit 2882b7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
container:
image: swift:5.10.0-amazonlinux2
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: swift test
run: docker run -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test

0 comments on commit 2882b7c

Please sign in to comment.