Skip to content

Commit 2837bc3

Browse files
committed
🐛 Remove unnecessary environment variable for e2e test execution in basic project
1 parent 09016dd commit 2837bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-e2e-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ jobs:
160160
161161
- name: Run make test-e2e on empty project
162162
working-directory: /tmp/basic-project-v4
163-
run: CERT_MANAGER_INSTALL_SKIP=true make test-e2e
163+
run: make test-e2e

0 commit comments

Comments
 (0)