Skip to content

Commit

Permalink
echo path
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Feb 16, 2024
1 parent 742e2be commit f54c89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
runs-on: ARM64
steps:
- name: Test
shell: bash
#shell: bash
run: |
echo "${{vars.TEST_DATA_PATH}}"
echo "$TEST_DATA_PATH /*.csv"
rm -rf "$TEST_DATA_PATH/*.csv"
rm -rf /home/ubuntu/workspace/AWI_03W_113060_003/*.parquet
Expand Down

0 comments on commit f54c89b

Please sign in to comment.