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