Skip to content

Commit 99df5c2

Browse files
committed
Drop --rm
1 parent 204cf7f commit 99df5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
- name: Run tests
31-
run: docker run --rm -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test
31+
run: docker run -v "$PWD":/host -w /host swift:5.10.0-amazonlinux2 swift test

0 commit comments

Comments
 (0)