Skip to content

Commit

Permalink
Merge pull request #111 from jrjohnson/test-prs-again
Browse files Browse the repository at this point in the history
Run Tests on Pull Requests
  • Loading branch information
ctam authored Nov 8, 2024
2 parents 5d1cc71 + 0265c6b commit 60acab8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
description: Additional options to apply to PHPUnit
required: false
default: ''
pull_request:

env:
php: 8.3
Expand All @@ -27,7 +28,6 @@ jobs:
# Do not run Grunt on submodules for now, until we are ready to fix these submodules
# with:
# submodules: true
# token: ${{ secrets.GH_PAT }}

- name: Configuring node & npm
uses: actions/setup-node@v4
Expand Down Expand Up @@ -113,7 +113,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GH_PAT }}

- name: Setting up PHPUnit
env:
Expand Down

0 comments on commit 60acab8

Please sign in to comment.