Skip to content

Commit

Permalink
Use a specific Gutenberg version.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Oct 11, 2024
1 parent 0caeea2 commit 59bd0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Runs the end-to-end test suite.
e2e-tests:
name: Test with SCRIPT_DEBUG ${{ matrix.LOCAL_SCRIPT_DEBUG && 'enabled' || 'disabled' }}
uses: WordPress/wordpress-develop/.github/workflows/reusable-end-to-end-tests.yml@trunk
uses: desrosj/wordpress-develop/.github/workflows/reusable-end-to-end-tests.yml@add/gutenberg-version-to-e2e
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
Expand All @@ -48,7 +48,7 @@ jobs:
LOCAL_SCRIPT_DEBUG: [ true, false ]
with:
LOCAL_SCRIPT_DEBUG: ${{ matrix.LOCAL_SCRIPT_DEBUG }}
install-gutenberg: false
gutenberg-version: '19.1.0'

slack-notifications:
name: Slack Notifications
Expand Down

0 comments on commit 59bd0ec

Please sign in to comment.