Skip to content

Commit

Permalink
use vars to delete files
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Feb 16, 2024
1 parent c2b5c1f commit e6fc599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Test
shell: bash
run: |
rm -rf ${{ vars.TEST_DATA_PATH}}/*.csv
rm -rf $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
# 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 e6fc599

Please sign in to comment.