We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204cf7f commit 99df5c2Copy full SHA for 99df5c2
.github/workflows/ci.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Checkout
29
uses: actions/checkout@v4
30
- name: Run tests
31
- run: docker run --rm -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test
+ run: docker run -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test
0 commit comments