Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch committed Jan 17, 2023
1 parent 10ca021 commit 91dd5f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:
- name: Java Library > Checkout Repository
uses: actions/checkout@v3
with:
repository: googleapis/google-cloudevents-java
path: ${{ env.LIBRARY_CHECKOUT_PATH }}
ref: snowpea-build

- name: Proto Schemas > Checkout Repository
uses: actions/checkout@v3
with:
repository: googleapis/google-cloudevents
path: ${{ env.DATA_SOURCE_CHECKOUT_PATH }}

- name: Setup Java
Expand All @@ -78,4 +78,5 @@ jobs:
working-directory: ${{ env.LIBRARY_CHECKOUT_PATH }}
run: ./tools/build.sh
env:
PROTOC_PATH: tmp/protobuf/bin/protoc
PROTOC_PATH: tmp/protobuf/bin/protoc
DATA_SOURCE_PATH: ${{ github.workspace }}/${{ env.DATA_SOURCE_CHECKOUT_PATH }}

0 comments on commit 91dd5f3

Please sign in to comment.