Skip to content
Snippets Groups Projects
Commit ade6f3bf 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 992df54b
No related branches found
No related tags found
No related merge requests found
Pipeline #25823 failed
......@@ -64,6 +64,8 @@ stages:
cache:
policy: pull
<<: *yarn-cache
scripts:
- yarn install
.default-stage: &default-stage
stage: 🗜️ Test
......
......@@ -24,6 +24,8 @@ stages:
- ./yarn.lock
paths:
- ./node_modules
script:
- yarn install
.with-composer-cache: &with-composer-cache
dependencies:
......@@ -131,7 +133,8 @@ stages:
expose_as: 'node_modules'
paths:
- node_modules/
scripts:
- yarn install
################
# Test Jobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment