Skip to content

Commit

Permalink
Merge pull request #2079 from hydephp/fix-tests-failing-due-to-dynami…
Browse files Browse the repository at this point in the history
…c-property-issue

Fix tests failing due to dynamic property issue
  • Loading branch information
caendesilva authored Mar 9, 2025
2 parents d9f1a61 + 605e614 commit cab295e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
dusk-browser-tests:
runs-on: ubuntu-latest
steps:
- name: Disable system xdebug
run: echo "XDEBUG_MODE=off" >> $GITHUB_ENV

- uses: actions/checkout@v4

- name: Cache Composer packages
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
run-smoke-tests:
runs-on: ubuntu-latest
steps:
- name: Disable system xdebug
run: echo "XDEBUG_MODE=off" >> $GITHUB_ENV

- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit cab295e

Please sign in to comment.