Skip to content

Commit

Permalink
make version env for easier copy/paste locally
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 18, 2024
1 parent 61cfa00 commit e9d5657
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
docker run \
--env ENABLE_MODULES=turnstile_protect \
-v $(pwd):/var/www/drupal/web/modules/contrib/turnstile_protect \
lehighlts/drupal-ci:${{ matrix.drupal-version }}-php${{ matrix.php-version }}
lehighlts/drupal-ci:${DRUPAL_VERSION}-php${PHP_VERSION}
env:
DRUPAL_VERSION: ${{ matrix.drupal-version }}
PHP_VERSION: ${{ matrix.php-version }}

0 comments on commit e9d5657

Please sign in to comment.