Skip to content

Commit

Permalink
Rearrange testing for faster feedback (#583)
Browse files Browse the repository at this point in the history
* merge resolved

* removing secondary launch via python call

* rearrange testing for faster feedback
  • Loading branch information
jperez999 authored Sep 1, 2022
1 parent b3e77a4 commit 92e4632
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/test_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ else
fi

${ci_script_dir}container_software.sh $container $devices
${ci_script_dir}container_unit.sh $container $devices
${ci_script_dir}container_integration.sh $container $devices $suppress_failures
${ci_script_dir}container_unit.sh $container $devices

0 comments on commit 92e4632

Please sign in to comment.