diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index e63399c5..309101bf 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -95,4 +95,6 @@ steps: artifacts: objects: location: 'gs://$PROJECT_ID/screentest-artifacts' - paths: ['tests/screentest/output/**'] + paths: + - 'tests/screentest/output/*' + - 'tests/screentest/output/testcases/*' diff --git a/deploy/screentest.sh b/deploy/screentest.sh index 47421e82..fd003d0b 100755 --- a/deploy/screentest.sh +++ b/deploy/screentest.sh @@ -10,23 +10,48 @@ source private/devtools/lib.sh || { echo "Are you at repo root?"; exit 1; } usage() { >&2 cat <