Skip to content

Commit 055f697

Browse files
authored
Merge pull request #1005 from lightpanda-io/e2e-output
ci: remove go runner verbose mode
2 parents f393eb7 + ec8a986 commit 055f697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: run end to end tests
9494
run: |
9595
./lightpanda serve & echo $! > LPD.pid
96-
go run runner/main.go --verbose
96+
go run runner/main.go
9797
kill `cat LPD.pid`
9898
9999
- name: build proxy
@@ -105,7 +105,7 @@ jobs:
105105
run: |
106106
./proxy/proxy & echo $! > PROXY.id
107107
./lightpanda serve --http_proxy 'http://127.0.0.1:3000' & echo $! > LPD.pid
108-
go run runner/main.go --verbose
108+
go run runner/main.go
109109
kill `cat LPD.pid` `cat PROXY.id`
110110
111111
cdp-and-hyperfine-bench:

0 commit comments

Comments
 (0)