mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore(deps): update logto-io/actions-run-logto-integration-tests action to v4 (#6176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8635f1b774
commit
2477a50966
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ jobs:
|
||||||
DB_URL: postgres://postgres:postgres@localhost:5432/postgres
|
DB_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: logto-io/actions-run-logto-integration-tests@v3
|
- uses: logto-io/actions-run-logto-integration-tests@v4
|
||||||
with:
|
with:
|
||||||
branch: ${{ github.base_ref }}
|
branch: ${{ github.base_ref }}
|
||||||
logto-artifact: alteration-integration-test-${{ github.sha }}
|
logto-artifact: alteration-integration-test-${{ github.sha }}
|
||||||
|
|
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
DB_URL: postgres://postgres:postgres@localhost:5432/postgres
|
DB_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: logto-io/actions-run-logto-integration-tests@v3
|
- uses: logto-io/actions-run-logto-integration-tests@v4
|
||||||
with:
|
with:
|
||||||
logto-artifact: integration-test-${{ github.sha }}-dev-features-${{ env.DEV_FEATURES_ENABLED }}
|
logto-artifact: integration-test-${{ github.sha }}-dev-features-${{ env.DEV_FEATURES_ENABLED }}
|
||||||
test-target: ${{ matrix.target }}
|
test-target: ${{ matrix.target }}
|
||||||
|
|
Loading…
Reference in a new issue