0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore: update workflow version

This commit is contained in:
Gao Sun 2023-12-25 16:14:52 +08:00
parent 0c1f48ee86
commit 6774298b15
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
2 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@ jobs:
env:
INTEGRATION_TEST: true
steps:
- uses: logto-io/actions-package-logto-artifact@v1.0.0
- uses: logto-io/actions-package-logto-artifact@v1.1.0
with:
artifact-name: alteration-integration-test-${{ github.sha }}
branch: ${{github.base_ref}}
@ -60,7 +60,7 @@ jobs:
DB_URL: postgres://postgres:postgres@localhost:5432/postgres
steps:
- uses: logto-io/actions-run-logto-integration-tests@v1.0.0
- uses: logto-io/actions-run-logto-integration-tests@v1.1.0
with:
branch: ${{github.base_ref}}
logto_artifact: alteration-integration-test-${{ github.sha }}

View file

@ -18,7 +18,7 @@ jobs:
INTEGRATION_TEST: true
steps:
- uses: logto-io/actions-package-logto-artifact@v1.0.0
- uses: logto-io/actions-package-logto-artifact@v1.1.0
with:
artifact-name: integration-test-${{ github.sha }}
@ -34,7 +34,7 @@ jobs:
DB_URL: postgres://postgres:postgres@localhost:5432/postgres
steps:
- uses: logto-io/actions-run-logto-integration-tests@v1.0.0
- uses: logto-io/actions-run-logto-integration-tests@v1.1.0
with:
logto_artifact: integration-test-${{ github.sha }}
test_target: ${{ matrix.target }}