Skip to content
Snippets Groups Projects
Commit b9a140e6 authored by Christian Foidl's avatar Christian Foidl
Browse files

Issue #3417954: update gitlab ci config to support functional tests

parent 8ac553e8
No related branches found
No related tags found
1 merge request!2Issue #3417954: Update drush commands to create() method
......@@ -30,7 +30,9 @@ lint-test:
- nix develop ".#$DEVSHELL" -c composer drupal-check
- echo "Run PHPUnit"
- nix develop ".#$DEVSHELL" -c composer unit
- |
nix develop ".#$DEVSHELL" -c composer webserver &
nix develop ".#$DEVSHELL" -c composer unit
parallel:
matrix:
- DEVSHELL: [php81_drupal10, php82_drupal10]
......
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