Skip to content
Snippets Groups Projects
Commit 9ae73699 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3369381 by Project Update Bot: Automated Drupal 10 compatibility fixes...

Issue #3369381 by Project Update Bot: Automated Drupal 10 compatibility fixes for Unite and functional tests
parent c1a25427
No related branches found
No related tags found
No related merge requests found
Pipeline #25827 failed
......@@ -2,7 +2,6 @@ include:
- project: $_GITLAB_TEMPLATES_REPO
ref: $_GITLAB_TEMPLATES_REF
file:
- '/includes/include.drupalci.main.yml'
- '/includes/include.drupalci.variables.yml'
- '/includes/include.drupalci.workflows.yml'
variables:
......@@ -114,12 +113,12 @@ stages:
<<: *composer-cache
artifacts:
expire_in: 1 week
expose_as: 'vendor'
expose_as: 'composer-vendor'
paths:
- vendor/
script:
- composer validate
- composer install
- composer install -vvv
'📦️ Yarn':
<<: *default-job-settings-lint
......@@ -128,7 +127,7 @@ stages:
<<: *yarn-cache
artifacts:
expire_in: 1 week
expose_as: 'node_modules'
expose_as: 'yarn-node_modules'
paths:
- node_modules/
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment