Skip to content

Commit

Permalink
delete csv files
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Feb 16, 2024
1 parent f54c89b commit 9d8f5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
echo "${{vars.TEST_DATA_PATH}}"
echo "$TEST_DATA_PATH /*.csv"
rm -rf "$TEST_DATA_PATH/*.csv"
rm -rf ${{vars.TEST_DATA_PATH}}/*.csv
rm -rf /home/ubuntu/workspace/AWI_03W_113060_003/*.parquet
rm -rf /home/ubuntu/workspace/AWI_03W_113060_003/outputs/*
# docker run --rm -v /home/ubuntu/workspace/AWI_03W_113060_003:/ngen/ngen/data awiciroh/ciroh-ngen-image:89-adding-unit-testing-for-the-pr-validation /ngen/ngen/data auto

0 comments on commit 9d8f5e6

Please sign in to comment.