Skip to content

Commit

Permalink
chore: update the integration test action ref
Browse files Browse the repository at this point in the history
update the integration test action ref
  • Loading branch information
simeng-li committed Oct 16, 2023
1 parent 1b5b2b9 commit 98fdec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
INTEGRATION_TEST: true

steps:
- uses: silverhand-io/[email protected]
- uses: logto-io/[email protected]
with:
artifact-name: integration-test-${{ github.sha }}

Expand All @@ -34,7 +34,7 @@ jobs:
DB_URL: postgres://postgres:postgres@localhost:5432/postgres

steps:
- uses: silverhand-io/[email protected]
- uses: logto-io/[email protected]
with:
logto_artifact: integration-test-${{ github.sha }}
test_target: ${{ matrix.target }}

0 comments on commit 98fdec6

Please sign in to comment.