Skip to content

Commit

Permalink
Add the test setup in the install script (#7418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo6Leo authored Nov 13, 2023
1 parent 8d8e0fe commit 7a645f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ export KO_FLAGS=${KO_FLAGS:-"--platform="""} # Default to current OS and arch
source "$(dirname "$0")/../test/e2e-common.sh"

knative_setup || exit $?

test_setup || exit $?

0 comments on commit 7a645f8

Please sign in to comment.