Skip to content

Commit

Permalink
check dirs
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
  • Loading branch information
DanRoscigno committed Feb 12, 2024
1 parent c31873e commit 220a081
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_with_hudi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test with allin1
name: Test with Hudi

on:
schedule:
Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:

- name: Install ginkgo
run: |
pwd
version=$(cat go.mod| grep "ginkgo/v2" | awk '{print $2}')
go install -v github.com/onsi/ginkgo/v2/ginkgo@$version
working-directory: ./testing/ci
Expand All @@ -58,7 +59,9 @@ jobs:
working-directory: demo/documentation-samples/hudi

- name: Copy Spark script
run: docker compose cp ../../testing/ci/SHELL/quickstart/hudi/spark_shell.scala spark-hudi:/spark/
run: |
pwd
docker compose cp ../../testing/ci/SHELL/quickstart/hudi/spark_shell.scala spark-hudi:/spark/
working-directory: demo/documentation-samples/hudi

- name: Run Spark job
Expand Down

0 comments on commit 220a081

Please sign in to comment.