File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,22 +26,22 @@ services:
26
26
27
27
soundness :
28
28
<< : *common
29
- command : /bin/bash -xcl "swift -version && uname -a && ./scripts/soundness.sh "
29
+ command : echo "skipping; moved to Github Actions "
30
30
31
31
test :
32
32
<< : *common
33
- command : /bin/bash -xcl "swift $${SWIFT_TEST_VERB-test} $${WARN_AS_ERROR_ARG-} $${SANITIZER_ARG-} $${IMPORT_CHECK_ARG-} $${STRICT_CONCURRENCY_ARG-} "
33
+ command : echo "skipping; moved to Github Actions "
34
34
35
35
shell :
36
36
<< : *common
37
37
entrypoint : /bin/bash
38
38
39
39
integration-test :
40
40
<< : *common
41
- command : /bin/bash -xcl "swift -version && uname -a && bash ./scripts/run-integration-test.sh "
41
+ command : echo "skipping; moved to Github Actions "
42
42
43
43
docc-test :
44
44
<< : *common
45
- command : /bin/bash -xcl "swift -version && uname -a && bash ./scripts/check-for-docc-warnings.sh "
45
+ command : echo "skipping; moved to Github Actions "
46
46
environment :
47
47
DOCC_TARGET : OpenAPIRuntime
You can’t perform that action at this time.
0 commit comments