Skip to content

Commit

Permalink
tweak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 11, 2023
1 parent 0cb119a commit bff7d02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 35 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
mysql -h mysql -P 3306 -u root -pdrupal -e 'SET GLOBAL max_allowed_packet=67108864;'
blt gryphon-ci:drupal:install --profile=caw_profile --no-interaction
blt drupal:install -n
drush pm:uninstall simplesamlphp_auth -y
drush role:perm:add anonymous 'access content'
drush xmlsitemap:rebuild
blt codeception --suite=acceptance
Expand Down Expand Up @@ -158,7 +157,6 @@ jobs:
blt blt:telemetry:disable --no-interaction
mysql -h mysql -P 3306 -u root -pdrupal -e 'SET GLOBAL max_allowed_packet=67108864;'
blt gryphon-ci:drupal:install --profile=caw_profile --no-interaction
drush pm:uninstall simplesamlphp_auth -y
drush role:perm:add anonymous 'access content'
drush xmlsitemap:rebuild
mkdir -p artifacts/_data/
Expand Down
32 changes: 5 additions & 27 deletions blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,11 @@ drush:
ci: self
default_alias: '${drush.aliases.local}'
modules:
local:
enable:
- stanford_ssp
- environment_indicator
uninstall:
- acquia_purge
ci:
enable:
- nobots
uninstall:
- simplesamlphp_auth
dev:
enable:
- nobots
- environment_indicator
uninstall: { }
test:
enable:
- nobots
- environment_indicator
uninstall:
- views_ui
prod:
enable:
- environment_indicator
uninstall:
- views_ui
local: {}
ci: {}
dev: {}
test: {}
prod: {}
simplesamlphp: true
cm:
strategy: config-split
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bff7d02

Please sign in to comment.