Skip to content

Commit

Permalink
run g-w tests before updating hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jun 13, 2023
1 parent 5269961 commit 4e759ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/stable_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $my_dir/stable_mark.sh $stableroot/$datestr/GDASApp

# ==============================================================================
# run the automated testing
$my_dir/run_ci.sh -d $stableroot/$datestr/GDASApp -o $stableroot/$datestr/output
$my_dir/run_gw_ci.sh -d $stableroot/$datestr/GDASApp -o $stableroot/$datestr/output
ci_status=$?
total=0
if [ $ci_status -eq 0 ]; then
Expand Down

0 comments on commit 4e759ca

Please sign in to comment.