Skip to content
Snippets Groups Projects
Commit 8bfb6cfa authored by jurgenhaas's avatar jurgenhaas
Browse files

Make "Build Theme" optional for browser based tests as that will not be...

Make "Build Theme" optional for browser based tests as that will not be executed for all projects, but still download the artefact if available
parent 93506b94
Branches
No related tags found
No related merge requests found
......@@ -92,6 +92,8 @@ Test Backstop:
needs:
- job: Build Site
- job: Build Theme
artifacts: true
optional: true
- job: Import DB
optional: true
- job: Import DB NG
......@@ -118,6 +120,8 @@ Test Cypress E2E:
needs:
- job: Build Site
- job: Build Theme
artifacts: true
optional: true
- job: Import DB
optional: true
- job: Import DB NG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment