Skip to content

Commit

Permalink
Alright, surely this is the one
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed May 18, 2024
1 parent 82864a7 commit b947e23
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,9 @@ jobs:
${{ runner.os }}-php-
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Create Database
run: |
mkdir -p db
touch db/db.sqlite
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
SIMPLETEST_DB: sqlite://localhost/sites/default/files/simpletest.sqlite
SIMPLETEST_BASE_URL: "http://localhost"
SIMPLETEST_BASE_URL: "http://127.0.0.1:8080"
SYMFONY_DEPRECATIONS_HELPER: "disabled"
run: ./vendor/bin/phpunit -c web/core web/profiles/contrib/nuxtify

0 comments on commit b947e23

Please sign in to comment.