File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,25 +26,25 @@ services:
2626
2727 soundness :
2828 << : *common
29- command : /bin/bash -xcl "swift -version && uname -a && ./scripts/soundness.sh "
29+ command : /bin/bash -xcl "echo skipping; moved to Github Actions "
3030
3131 test :
3232 << : *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 : /bin/bash -xcl "echo skipping; moved to Github Actions "
3434
3535 shell :
3636 << : *common
3737 entrypoint : /bin/bash
3838
3939 integration-test :
4040 << : *common
41- command : /bin/bash -xcl "swift -version && uname -a && bash ./scripts/run-integration-test.sh "
41+ command : /bin/bash -xcl "echo skipping; moved to Github Actions "
4242 environment :
4343 SWIFT_OPENAPI_GENERATOR_REPO_URL : file:///code
4444
4545 compatibility-test :
4646 << : *common
47- command : /bin/bash -xcl "cat /proc/cpuinfo && cat /proc/meminfo && swift test --filter $${SWIFT_OPENAPI_COMPATIBILITY_TEST_FILTER} "
47+ command : /bin/bash -xcl "echo skipping; moved to Github Actions "
4848 environment : # These can be overridden when running locally.
4949 SWIFT_OPENAPI_COMPATIBILITY_TEST_ENABLE : " true"
5050 SWIFT_OPENAPI_COMPATIBILITY_TEST_SKIP_BUILD : " true"
@@ -54,10 +54,10 @@ services:
5454
5555 docc-test :
5656 << : *common
57- command : /bin/bash -xcl "swift -version && uname -a && bash ./scripts/check-for-docc-warnings.sh "
57+ command : /bin/bash -xcl "echo skipping; moved to Github Actions "
5858 environment :
5959 DOCC_TARGET : swift-openapi-generator
6060
6161 examples :
6262 << : *common
63- command : /bin/bash -xcl "swift -version && uname -a && bash ./scripts/test-examples.sh "
63+ command : /bin/bash -xcl "echo skipping; moved to Github Actions "
You can’t perform that action at this time.
0 commit comments