Skip to content

Commit

Permalink
Use old sdk-java tests (before multinode was required)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Nov 19, 2024
1 parent 0b1c942 commit f04779f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
actions: read
secrets: inherit
needs: docker
uses: restatedev/sdk-java/.github/workflows/integration.yaml@main
uses: restatedev/sdk-java/.github/workflows/integration.yaml@9ad09503abb44f1e00e61e1a6fc6ec2da0f38fb2
with:
restateCommit: ${{ github.event.pull_request.head.sha || github.sha }}

Expand All @@ -94,7 +94,7 @@ jobs:
actions: read
secrets: inherit
needs: docker
uses: restatedev/sdk-java/.github/workflows/integration.yaml@main
uses: restatedev/sdk-java/.github/workflows/integration.yaml@9ad09503abb44f1e00e61e1a6fc6ec2da0f38fb2
with:
restateCommit: ${{ github.event.pull_request.head.sha || github.sha }}
envVars: |
Expand Down

0 comments on commit f04779f

Please sign in to comment.