Skip to content

Commit ac2aa6c

Browse files
authored
Don't skip the Porch e2e test in the GA workflow (#3604)
1 parent 1de5acf commit ac2aa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/porch-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
fi
9696
done
9797
- name: e2e test
98-
run: go test -v .
98+
run: E2E=1 go test -v .
9999
working-directory: ./porch/test/e2e
100100
- name: Porch CLI e2e test
101101
run: make test-porch

0 commit comments

Comments
 (0)