mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
ci: bump workflow version (#5533)
This commit is contained in:
parent
bc110843e6
commit
0cb3116e86
2 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
INTEGRATION_TEST: true
|
INTEGRATION_TEST: true
|
||||||
steps:
|
steps:
|
||||||
- uses: logto-io/actions-package-logto-artifact@v1.1.0
|
- uses: logto-io/actions-package-logto-artifact@v2
|
||||||
with:
|
with:
|
||||||
artifact-name: alteration-integration-test-${{ github.sha }}
|
artifact-name: alteration-integration-test-${{ github.sha }}
|
||||||
branch: ${{github.base_ref}}
|
branch: ${{github.base_ref}}
|
||||||
|
@ -68,7 +68,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@v1.1.0
|
- uses: logto-io/actions-run-logto-integration-tests@v2
|
||||||
with:
|
with:
|
||||||
branch: ${{github.base_ref}}
|
branch: ${{github.base_ref}}
|
||||||
logto_artifact: alteration-integration-test-${{ github.sha }}
|
logto_artifact: alteration-integration-test-${{ github.sha }}
|
||||||
|
|
4
.github/workflows/integration-test.yml
vendored
4
.github/workflows/integration-test.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
INTEGRATION_TEST: true
|
INTEGRATION_TEST: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: logto-io/actions-package-logto-artifact@v1.1.0
|
- uses: logto-io/actions-package-logto-artifact@v2
|
||||||
with:
|
with:
|
||||||
artifact-name: integration-test-${{ github.sha }}
|
artifact-name: integration-test-${{ github.sha }}
|
||||||
|
|
||||||
|
@ -34,7 +34,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@v1.1.0
|
- uses: logto-io/actions-run-logto-integration-tests@v2
|
||||||
with:
|
with:
|
||||||
logto_artifact: integration-test-${{ github.sha }}
|
logto_artifact: integration-test-${{ github.sha }}
|
||||||
test_target: ${{ matrix.target }}
|
test_target: ${{ matrix.target }}
|
||||||
|
|
Loading…
Reference in a new issue