- Issue created by @justafish
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
We're using https://www.drupal.org/project/gitlab_templates → '
composer-lint
,phpcs
,phpstan
etc. CI jobs. So how could we do what this issue title says? 🤔Please enlighten me 😄🙏
For the new Playwright job we aren't using the drupal.org gitlab template as it creates a web/ directory and then individually symlinks all the project files into the module directory. This causes some very strange behavior and node.js scripts will refuse to run in a lot of cases (which is why the ui folder exists).
The new job all happens in the "build" stage so we don't have to wait for unnecessary jobs:
https://git.drupalcode.org/project/experience_builder/-/blob/0.x/.gitlab...
Active
0.0
Code
We're using
https://www.drupal.org/project/gitlab_templates →
' composer-lint
, phpcs
, phpstan
etc. CI jobs. So how could we do what this issue title says? 🤔
Please enlighten me 😄🙏