Skip to content

Commit e2bbd33

Browse files
authored
download test data before deploy (#10)
1 parent c605925 commit e2bbd33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-sdk.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
server-id: ossrh
1616
server-username: MAVEN_USERNAME
1717
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'
1822
- name: Deploy package
1923
run: mvn clean deploy
2024
env:

0 commit comments

Comments
 (0)