Skip to content

Commit

Permalink
Merge pull request #274 from kubernetes-sigs/pr-post-typo
Browse files Browse the repository at this point in the history
🏃 Fix typo
  • Loading branch information
detiber committed Jul 29, 2021
2 parents 83325ba + 3bdca23 commit 809aba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 809aba6

Please sign in to comment.