Skip to content

Commit

Permalink
debug: Run tekton tests
Browse files Browse the repository at this point in the history
  • Loading branch information
navidshaikh committed Oct 26, 2020
1 parent 55cc439 commit dbe125e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ run() {
initialize $@

# Smoke test
eval smoke_test || fail_test
# eval smoke_test || fail_test

# Integration test
eval integration_test || fail_test
# eval integration_test || fail_test

bash -x $(dirname $0)/tekton-tests.sh

success
}
Expand Down

0 comments on commit dbe125e

Please sign in to comment.