Skip to content

Commit

Permalink
FIx runMain command for populate-it-data in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Feb 20, 2024
1 parent bb2e9a7 commit 546e814
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/populate-it-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
CLOUDSQL_SQLSERVER_PASSWORD: ${{ secrets.CLOUDSQL_SQLSERVER_PASSWORD }}

- name: Populate GCS test data
run: sbt integration/runMain com.spotify.scio.PopulateTestData
run: sbt "integration/runMain com.spotify.scio.PopulateTestData"

- name: Populate BQ test data
run: sbt integration/runMain com.spotify.scio.bigquery.PopulateTestData
run: sbt "integration/runMain com.spotify.scio.bigquery.PopulateTestData"

- name: Populate SQL test data
run: sbt integration/runMain com.spotify.scio.jdbc.PopulateTestData
run: sbt "integration/runMain com.spotify.scio.jdbc.PopulateTestData"

0 comments on commit 546e814

Please sign in to comment.