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

fix: skip codeception job for libraries


Libraries usually don't use codeception acceptance tests. This is
additionally implied by the misconfiguration of the job: codeception
test requires `prepare translations`, which is always disabled for
libraries. At the moment, simply skip any codecept jobs for
libraries.

Should acceptance tests be introduced to libraries, the whole
dependency graph of jobs should be redesigned.

Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent da39b60e
Branches skip-codecept-for-libs
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@
optional: true
- job: prepare npm assets
optional: true
rules:
- if: $IS_LIBRARY || $IS_NPM_LIBRARY
when: never
except:
variables:
- $DISABLE_CODECEPTION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment