Skip to content

Commit 07457c7

Browse files
committed
ci(test): disable inline example tests for macos unstable
This is a temporary workaround to avoid the failing tests on macos unstable.
1 parent 7d23765 commit 07457c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
name: Build and Test
8181
runs-on: ${{ matrix.os }}
8282
strategy:
83+
fail-fast: false
8384
matrix:
8485
os: [ubuntu-latest, macos-latest, windows-latest]
8586
php: ["8.0", "8.1", "8.2", "8.3", "8.4"]

0 commit comments

Comments
 (0)