Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 3bdca23

Browse files
authored
Fix typo
Fix typo
1 parent 83325ba commit 3bdca23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
# This currently runs the tests serially, if we need to parallize
5353
# need to install ginkgo and use it to run the tests
5454
run: |
55-
chmod +x e2e.text
55+
chmod +x e2e.test
5656
./e2e.test -e2e.artifacts-folder=artifacts -e2e.config=config/e2e-config.yaml -ginkgo.focus='\[Smoke Test\]' -ginkgo.progress -ginkgo.trace -ginkgo.v

0 commit comments

Comments
 (0)