Skip to content

Commit

Permalink
Try and run test via docker
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jul 11, 2024
1 parent 717b3ce commit 204cf7f
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 --rm -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test

0 comments on commit 204cf7f

Please sign in to comment.