Skip to content

Commit b55da73

Browse files
committed
fix: e2e tests
1 parent c9837b6 commit b55da73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: "Generate baseline"
8686
if: ${{ failure() }}
8787
working-directory: e2e
88-
run: composer exec phpstan analyse -- -c ../larastan/e2e/${{ matrix.config }} -b ../larastan/e2e/${{ matrix.baseline }}.baseline.neon
88+
run: composer exec phpstan analyse -- -c ../larastan/e2e/${{ matrix.config }} -b ../larastan/e2e/${{ matrix.baseline }}.baseline.neon --allow-empty-baseline
8989

9090
- uses: actions/upload-artifact@v4
9191
if: ${{ failure() }}

0 commit comments

Comments
 (0)