Skip to content

Commit 896cad5

Browse files
committed
use icapeg instead of c-icap in CI
1 parent 956f675 commit 896cad5

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/codecov.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ jobs:
9292
- name: Install nginx
9393
run: |
9494
sudo apt-get install nginx-light
95-
- name: Install and run c-icap
96-
run: |
97-
sudo apt-get install c-icap
98-
sudo systemctl start c-icap
9995
- name: Install netcat-openbsd
10096
run: |
10197
sudo apt-get install netcat-openbsd
@@ -110,6 +106,12 @@ jobs:
110106
sudo curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
111107
sudo cp ${{ github.workspace }}/scripts/coverage/g3proxy/fluent-bit.conf /etc/fluent-bit/fluent-bit.conf
112108
sudo systemctl start fluent-bit
109+
- name: Build and run icapeg
110+
run: |
111+
git clone https://github.com/egirna/icapeg.git
112+
cd icapeg
113+
go build
114+
./icapeg &
113115
- name: Install dnsmasq
114116
run: |
115117
sudo apt-get install dnsmasq-base

scripts/coverage/g3proxy/0021_audit_icap/testcases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test_http_proxy_http_forward
66
test_http_proxy_ftp_over_http
77
test_http_proxy_https_connect
88
test_http_proxy_https_forward
9-
#test_http_proxy_h2
9+
test_http_proxy_h2
1010

1111

1212
SOCKS5_PROXY="socks5h://127.0.0.1:1080"

0 commit comments

Comments
 (0)