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:
alias: mysqltests
command: [--max-allowed-packet=67108864]
needs:
- prepare tests
- prepare prefixed vendor
- job: prepare tests
optional: true
- job: prepare npm assets
optional: true
artifacts:
......
......@@ -7,7 +7,8 @@
entrypoint: [""]
needs:
- prepare prefixed vendor
- prepare tests
- job: prepare tests
optional: true
- job: prepare npm assets
optional: true
variables:
......
......@@ -5,8 +5,9 @@
image: wpdesknet/wordpresscli:25
needs:
- prepare prefixed vendor
- prepare tests
- build to deploy
- job: prepare tests
optional: true
- job: prepare npm assets
optional: true
variables:
......
......@@ -30,7 +30,8 @@
stage: tests
needs:
- prepare prefixed vendor
- prepare tests
- job: prepare tests
optional: true
- job: prepare npm assets
optional: true
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment