We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a23e553 + 468d970 commit 94d870aCopy full SHA for 94d870a
.github/workflows/lint.yml
@@ -4,7 +4,7 @@ on:
4
pull_request: null
5
push:
6
branches:
7
- - main
+ - master
8
9
permissions:
10
contents: read
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
- - "main"
+ - "master"
11
12
contents: "read"
@@ -84,7 +84,7 @@ jobs:
84
dependency-versions: "${{ matrix.dependencies }}"
85
86
- name: "Execute unit tests"
87
- run: "composer exec -- phpunit -v || true"
+ run: "composer exec -- phpunit || true"
88
89
static_analysis:
90
name: "Static Analysis"
0 commit comments