Skip to content

Commit

Permalink
Update: 调整
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Nov 7, 2023
1 parent 65dfc17 commit e44c46f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
restore-keys: |
${{ runner.os }}-composer-${{ env.IMAGE_VERSION }}-
${{ runner.os }}-composer-
- name: Prepare
- name: Prepare2
uses: ./.github/actions/ci-prepare
with:
env: ${{ env.ENV_SERVICE }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare#1
- name: Prepare1
run: |
echo "REPOSITORY_OWNER=${REPOSITORY_OWNER,,}" >>${GITHUB_ENV}
mkdir -p /tmp/base_cache/composer
Expand All @@ -140,7 +140,7 @@ jobs:
restore-keys: |
${{ runner.os }}-composer-${{ env.IMAGE_VERSION }}-
${{ runner.os }}-composer-
- name: Prepare
- name: Prepare2
uses: ./.github/actions/ci-prepare
with:
env: ${{ env.ENV_SERVICE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Prepare#1
- name: Prepare1
run: |
echo "REPOSITORY_OWNER=${REPOSITORY_OWNER,,}" >>${GITHUB_ENV}
mkdir -p /tmp/base_cache/composer
Expand All @@ -50,7 +50,7 @@ jobs:
${{ runner.os }}-phpcsfixer-${{ env.IMAGE_VERSION }}-
${{ runner.os }}-phpcsfixer-
- name: Prepare
- name: Prepare2
run: |
echo "::group::Env prepare"
docker-compose -f ./.github/docker-compose.yml up -d ${ENV_SERVICE}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Prepare#1
- name: Prepare1
run: |
echo "REPOSITORY_OWNER=${REPOSITORY_OWNER,,}" >>${GITHUB_ENV}
mkdir -p /tmp/base_cache/composer
Expand All @@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-composer-${{ env.IMAGE_VERSION }}-
${{ runner.os }}-composer-
- name: Prepare
- name: Prepare2
run: |
echo "::group::Env prepare"
docker-compose -f ./.github/docker-compose.yml up -d ${ENV_SERVICE}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Prepare#1
- name: Prepare1
run: |
echo "REPOSITORY_OWNER=${REPOSITORY_OWNER,,}" >>${GITHUB_ENV}
mkdir -p /tmp/base_cache/composer
Expand All @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-composer-${{ env.IMAGE_VERSION }}-
${{ runner.os }}-composer-
- name: Prepare#2
- name: Prepare2
run: |
echo "::group::Env prepare"
docker-compose -f ./.github/docker-compose.yml up -d ${ENV_SERVICE}
Expand Down

0 comments on commit e44c46f

Please sign in to comment.