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 cd14a95 commit 9e7d7a6Copy full SHA for 9e7d7a6
docker-test.sh
@@ -0,0 +1,6 @@
1
+docker run -it \
2
+ --publish 8080:80 \
3
+ --rm \
4
+ --mount src="$(pwd)",target=/source,type=bind \
5
+ swift \
6
+ /bin/sh -c "cd source; swift test"
0 commit comments