Skip to content

Commit

Permalink
Make the yaml config run node and not java
Browse files Browse the repository at this point in the history
If the yaml config sets up node then the node test proxy can be tested.
  • Loading branch information
danieljbruce committed Oct 3, 2023
1 parent a4e5c47 commit a91f25b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
repository: googleapis/cloud-bigtable-clients-test
ref: main
path: cloud-bigtable-clients-test
- uses: actions/setup-java@v3
- uses: actions/setup-node@v3
with:
distribution: zulu
java-version: 8
node-version: 14
- uses: actions/setup-go@v4
with:
go-version: '>=1.20.2'
- run: java -version
- run: npm install
- run: go version
- run: .kokoro/conformance.sh

0 comments on commit a91f25b

Please sign in to comment.