Skip to content

Commit

Permalink
Merge pull request #31 from stlaz/e2e_wiring
Browse files Browse the repository at this point in the history
Makefile: prepare test-e2e endpoint
  • Loading branch information
openshift-merge-robot committed Nov 24, 2020
2 parents 40bad32 + 4192e33 commit 727e36e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ verify:
hack/verify-generated-defaulters.sh
hack/verify-generated-openapi.sh
.PHONY: verify

test-e2e:
$(warning FIXME: wire e2e tests here!)
.PHONY: test-e2e

0 comments on commit 727e36e

Please sign in to comment.