Skip to content

Commit 9e7d7a6

Browse files
committed
Linux Test Script
1 parent cd14a95 commit 9e7d7a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-test.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)