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 b28d77e commit 1c9e400Copy full SHA for 1c9e400
docker-run-tests.sh renamed to container-run-tests.sh
@@ -2,8 +2,8 @@
2
3
set -eu
4
5
-docker run -it \
+container run -it \
6
--rm \
7
--mount src="$(pwd)",target=/package,type=bind \
8
- swift:5.10-jammy \
+ swift:6.2 \
9
/usr/bin/swift test --package-path /package
0 commit comments