From 3bdca239fe4ed0dc2cb2df16bfd4c17782506181 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus <915544+detiber@users.noreply.github.com> Date: Thu, 29 Jul 2021 17:41:00 -0400 Subject: [PATCH] Fix typo Fix typo --- .github/workflows/pr-post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-post.yml b/.github/workflows/pr-post.yml index 382a626b9..3c4497705 100644 --- a/.github/workflows/pr-post.yml +++ b/.github/workflows/pr-post.yml @@ -52,5 +52,5 @@ jobs: # This currently runs the tests serially, if we need to parallize # need to install ginkgo and use it to run the tests run: | - chmod +x e2e.text + chmod +x e2e.test ./e2e.test -e2e.artifacts-folder=artifacts -e2e.config=config/e2e-config.yaml -ginkgo.focus='\[Smoke Test\]' -ginkgo.progress -ginkgo.trace -ginkgo.v