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:
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
environment :
43
43
SWIFT_OPENAPI_GENERATOR_REPO_URL : file:///code
44
44
45
45
compatibility-test :
46
46
<< : *common
47
- command : /bin/bash -xcl "cat /proc/cpuinfo && cat /proc/meminfo && swift test --filter $${SWIFT_OPENAPI_COMPATIBILITY_TEST_FILTER} "
47
+ command : echo "skipping; moved to Github Actions "
48
48
environment : # These can be overridden when running locally.
49
49
SWIFT_OPENAPI_COMPATIBILITY_TEST_ENABLE : " true"
50
50
SWIFT_OPENAPI_COMPATIBILITY_TEST_SKIP_BUILD : " true"
@@ -54,10 +54,10 @@ services:
54
54
55
55
docc-test :
56
56
<< : *common
57
- command : /bin/bash -xcl "swift -version && uname -a && bash ./scripts/check-for-docc-warnings.sh "
57
+ command : echo "skipping; moved to Github Actions "
58
58
environment :
59
59
DOCC_TARGET : swift-openapi-generator
60
60
61
61
examples :
62
62
<< : *common
63
- command : /bin/bash -xcl "swift -version && uname -a && bash ./scripts/test-examples.sh "
63
+ command : echo "skipping; moved to Github Actions "
You can’t perform that action at this time.
0 commit comments