We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c605925 commit e2bbd33Copy full SHA for e2bbd33
.github/workflows/publish-sdk.yml
@@ -15,6 +15,10 @@ jobs:
15
server-id: ossrh
16
server-username: MAVEN_USERNAME
17
server-password: MAVEN_PASSWORD
18
+ - name: 'Set up GCP SDK for downloading test data'
19
+ uses: 'google-github-actions/setup-gcloud@v0'
20
+ - name: 'Download test data'
21
+ uses: 'make test-data'
22
- name: Deploy package
23
run: mvn clean deploy
24
env:
0 commit comments