Skip to content
Snippets Groups Projects
Verified Commit 703b2869 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: mark all test preparation as optional

parent 2c44fd3b
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,9 @@ integration codeception tests: ...@@ -14,8 +14,9 @@ integration codeception tests:
alias: mysqltests alias: mysqltests
command: [--max-allowed-packet=67108864] command: [--max-allowed-packet=67108864]
needs: needs:
- prepare tests
- prepare prefixed vendor - prepare prefixed vendor
- job: prepare tests
optional: true
- job: prepare npm assets - job: prepare npm assets
optional: true optional: true
artifacts: artifacts:
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
entrypoint: [""] entrypoint: [""]
needs: needs:
- prepare prefixed vendor - prepare prefixed vendor
- prepare tests - job: prepare tests
optional: true
- job: prepare npm assets - job: prepare npm assets
optional: true optional: true
variables: variables:
......
...@@ -5,8 +5,9 @@ ...@@ -5,8 +5,9 @@
image: wpdesknet/wordpresscli:25 image: wpdesknet/wordpresscli:25
needs: needs:
- prepare prefixed vendor - prepare prefixed vendor
- prepare tests
- build to deploy - build to deploy
- job: prepare tests
optional: true
- job: prepare npm assets - job: prepare npm assets
optional: true optional: true
variables: variables:
......
...@@ -30,7 +30,8 @@ ...@@ -30,7 +30,8 @@
stage: tests stage: tests
needs: needs:
- prepare prefixed vendor - prepare prefixed vendor
- prepare tests - job: prepare tests
optional: true
- job: prepare npm assets - job: prepare npm assets
optional: true optional: true
except: except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment