Skip to content

Commit

Permalink
Add AOI test to automatic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceHarang authored Aug 14, 2024
1 parent 05a84bb commit 0388c2a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ jobs:
- name: running test 13, Test on multi-Bathy / Multi-Roughness input
run: |
sed -i 's/test = 12/test = 13/' BG_param.txt
./BG_Flood
./BG_Flood
- name: running test 14, Test on AOI implementation aa wall bnb
run: |
sed -i 's/test = 13/test = 14/' BG_param.txt
./BG_Flood

0 comments on commit 0388c2a

Please sign in to comment.