Skip to content

Commit

Permalink
adding test for waccm script
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Sep 5, 2024
1 parent 8bb7198 commit 202cb88
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,15 @@ jobs:
music_box -c src/acom_music_box/examples/configs/analytical/my_config.json -o output.csv
music_box -e Analytical -o output.csv
music_box -e Analytical -o output.csv -vv --color-output
waccmToMusicBox waccmDir="./sample_waccm_data" date="20240904" time="07:00" latitude=3.1 longitude=101.7

if [ -f "./config.zip" ]; then
echo "config.zip created successfully"
else
echo "config.zip not found"
exit 1
fi



0 comments on commit 202cb88

Please sign in to comment.