Skip to content

Commit

Permalink
Start e2e tests in bash (knative-extensions#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Sep 18, 2024
1 parent f55f242 commit a7d9b10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ test-install:
.PHONY: test-install

test-e2e:
sh openshift/e2e-tests.sh
openshift/e2e-tests.sh
.PHONY: test-e2e

test-conformance:
sh openshift/e2e-conformance-tests.sh
openshift/e2e-conformance-tests.sh
.PHONY: test-conformance

test-reconciler:
sh openshift/e2e-rekt-tests.sh
openshift/e2e-rekt-tests.sh
.PHONY: test-reconciler

test-reconciler-keda:
INSTALL_KEDA="true" openshift/e2e-rekt-tests.sh
.PHONY: test-reconciler-keda

test-reconciler-encryption-auth:
sh openshift/e2e-rekt-encryption-auth-tests.sh
openshift/e2e-rekt-encryption-auth-tests.sh
.PHONY: test-reconciler

# Requires ko 0.2.0 or newer.
Expand Down

0 comments on commit a7d9b10

Please sign in to comment.