Skip to content

Commit

Permalink
use icapeg instead of c-icap in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq authored and zh-jq-b committed Dec 17, 2024
1 parent df57eb3 commit ab21fa1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ jobs:
- name: Install nginx
run: |
sudo apt-get install nginx-light
- name: Install and run c-icap
run: |
sudo apt-get install c-icap
sudo systemctl start c-icap
- name: Install netcat-openbsd
run: |
sudo apt-get install netcat-openbsd
Expand All @@ -119,6 +115,13 @@ jobs:
sudo curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
sudo cp ${{ github.workspace }}/scripts/coverage/g3proxy/fluent-bit.conf /etc/fluent-bit/fluent-bit.conf
sudo systemctl start fluent-bit
- name: Build and run icapeg
run: |
git clone https://github.com/egirna/icapeg.git
cd icapeg
sed -i 's/:8081/:6081/' server/server.go
go build
./icapeg &
- name: Install dnsmasq
run: |
sudo apt-get install dnsmasq-base
Expand Down
2 changes: 1 addition & 1 deletion scripts/coverage/g3proxy/0021_audit_icap/testcases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_http_proxy_http_forward
test_http_proxy_ftp_over_http
test_http_proxy_https_connect
test_http_proxy_https_forward
#test_http_proxy_h2
test_http_proxy_h2


SOCKS5_PROXY="socks5h://127.0.0.1:1080"
Expand Down

0 comments on commit ab21fa1

Please sign in to comment.