Skip to content

Commit

Permalink
continue test
Browse files Browse the repository at this point in the history
  • Loading branch information
zwangsheng committed Mar 11, 2024
1 parent 8cc5a29 commit e20963c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/velox_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ jobs:
- name: Copy golden files from container to host
if: failure()
run: |
ls -l /tmp/$GITHUB_RUN_ID/spark34/tpch-approved-plan
ls -lA /tmp/$GITHUB_RUN_ID
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/cp.sh /tmp/tpch-approved-plan/ /tmp/$GITHUB_RUN_ID/spark34/tpch-approved-plan
ls -l /tmp/$GITHUB_RUN_ID/spark34/tpch-approved-plan
ls -lA /tmp/$GITHUB_RUN_ID
- name: Exit docker container
if: ${{ always() }}
run: |
Expand Down Expand Up @@ -659,7 +659,7 @@ jobs:
steps:
- name: test
run: |
ls -lr /tmp/$GITHUB_RUN_ID/
ls -lA /tmp/$GITHUB_RUN_ID
- name: Upload golden files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e20963c

Please sign in to comment.