Skip to content

Commit

Permalink
Use inputs for e2e workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Apr 11, 2024
1 parent e2bc2a3 commit 322b808
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,17 @@ env:
jobs:
# Runs the end-to-end test suite.
e2e-tests:
name: E2E Tests
name: Test with SCRIPT_DEBUG ${{ matrix.LOCAL_SCRIPT_DEBUG && 'enabled' || 'disabled' }}
uses: desrosj/wordpress-develop/.github/workflows/callable-end-to-end-tests.yml@try/make-workflows-callable
permissions:
contents: read
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
strategy:
fail-fast: false
matrix:
LOCAL_SCRIPT_DEBUG: [ true, false ]
with:
LOCAL_SCRIPT_DEBUG: ${{ matrix.LOCAL_SCRIPT_DEBUG }}

slack-notifications:
name: Slack Notifications
Expand Down

0 comments on commit 322b808

Please sign in to comment.