Skip to content
Snippets Groups Projects
Commit 4bf47f5e authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

bugfix(libs): disable integration tests in libraries

parent f828448d
Branches
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@
- if: '$DISABLE_INTEGRATION_TESTS'
when: never
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "devel" || $CI_COMMIT_TAG'
except:
variables:
- $IS_LIBRARY
- $IS_NPM_LIBRARY
integration:lastest:
<<: *integration-test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment