Skip to content

Commit

Permalink
Use 007 and 008 input for testing (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 authored Dec 20, 2024
1 parent 72f1877 commit 9e36b64
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/action_templates/build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,12 @@ runs:
- name: Test
shell: bash
run: |
rm -rf /home/ubuntu/workspace/AWI_16_2853886_006/*.csv
rm -rf /home/ubuntu/workspace/AWI_16_2853886_006/*.parquet
rm -rf /home/ubuntu/workspace/AWI_16_2853886_006/outputs/*/*
docker run --rm -v /home/ubuntu/workspace/AWI_16_2853886_006:/ngen/ngen/data awiciroh/${{ inputs.image-name}}:${{ env.TAG_NAME}} /ngen/ngen/data auto
rm -rf /home/ubuntu/workspace/AWI_16_2863657_007/*.csv
rm -rf /home/ubuntu/workspace/AWI_16_2863657_007/*.parquet
rm -rf /home/ubuntu/workspace/AWI_16_2863657_007/outputs/*/*
rm -rf /home/ubuntu/workspace/AWI_16_2863806_008/*.csv
rm -rf /home/ubuntu/workspace/AWI_16_2863806_008/*.parquet
rm -rf /home/ubuntu/workspace/AWI_16_2863806_008/outputs/*/*
docker run --rm -v /home/ubuntu/workspace/AWI_16_2863657_007:/ngen/ngen/data awiciroh/${{ inputs.image-name}}:${{ env.TAG_NAME}} /ngen/ngen/data auto
docker run --rm -v /home/ubuntu/workspace/AWI_16_2863806_008:/ngen/ngen/data awiciroh/${{ inputs.image-name}}:${{ env.TAG_NAME}} /ngen/ngen/data auto
if: inputs.image-name == 'ciroh-ngen-image'

0 comments on commit 9e36b64

Please sign in to comment.