Skip to content

Commit

Permalink
ci: add CLI argument to split VRTs
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Jun 30, 2020
1 parent da7278e commit 2940499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/osd-charts/.ci/vrts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
###
source .ci/global_setup.sh

VRT_FILES=$1
VRTS_FILES=$1
###
### visual testing
###
echo " -- visual testing"
yarn test:integration --ci
yarn test:integration --ci $VRTS_FILES

0 comments on commit 2940499

Please sign in to comment.