Skip to content

Commit

Permalink
fix(ci): add y option
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jul 26, 2023
1 parent 5e0e1a1 commit 9040378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e-common/exec-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

set -e

while getopts ":b:c:g:i:l:n:q:s:v:x:z:" opt; do
while getopts ":b:c:g:i:l:n:q:s:v:x:y:z:" opt; do
case "${opt}" in
b)
BUILD_CATALOG_SOURCE_NAME=${OPTARG}
Expand Down

0 comments on commit 9040378

Please sign in to comment.