Skip to content

Commit

Permalink
Merge pull request #62 from localgovdrupal/fix/4.x/61-github-testing
Browse files Browse the repository at this point in the history
Updates to GitHub testing
  • Loading branch information
finnlewis authored Aug 13, 2024
2 parents 2fd9df3 + 3a7c3b4 commit 5f67ded
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/localgov_microsites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
pull_request:
branches:
- '4.x'
schedule:
- cron: '0 6 * * *'
workflow_dispatch:

env:
Expand All @@ -32,6 +34,7 @@ jobs:
php-version:
- '8.1'
- '8.2'
- '8.3'

steps:

Expand Down Expand Up @@ -96,6 +99,7 @@ jobs:
php-version:
- '8.1'
- '8.2'
- '8.3'

steps:

Expand Down Expand Up @@ -132,6 +136,7 @@ jobs:
php-version:
- '8.1'
- '8.2'
- '8.3'

steps:

Expand Down Expand Up @@ -167,6 +172,7 @@ jobs:
php-version:
- '8.1'
- '8.2'
- '8.3'

steps:

Expand All @@ -185,7 +191,7 @@ jobs:
localgov-build-${{ matrix.localgov-version }}-${{ matrix.drupal-version }}-${{ matrix.php-version }}-
- name: Start Docker environment
run: docker-compose -f docker-compose.yml up -d
run: docker compose -f docker-compose.yml up -d

- name: Run PHPUnit tests
run: |
Expand Down

0 comments on commit 5f67ded

Please sign in to comment.