mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
Update integration-test.yml
This commit is contained in:
parent
e43f2a4158
commit
28dc73d060
8
.github/workflows/integration-test.yml
vendored
8
.github/workflows/integration-test.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
@ -13,6 +16,9 @@ on:
|
||||
- reopened
|
||||
- ready_for_review
|
||||
- review_requested
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
integration:
|
||||
@ -56,4 +62,4 @@ jobs:
|
||||
run: "composer analyse"
|
||||
|
||||
- name: Run PHP CS Fixer Check
|
||||
run: "./vendor/bin/php-cs-fixer fix --dry-run --diff"
|
||||
run: "./vendor/bin/php-cs-fixer fix --dry-run --diff"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user