Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Feature: cURL with response #461

Merged
merged 19 commits into from
Jan 12, 2022
Prev Previous commit
Next Next commit
Update ci.yml
  • Loading branch information
heyanlong authored Jan 10, 2022
commit 0f80fe017faf2a0ad108e6c58ad7a1ce11daa0b5
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
- name: Start FPM and Nginx
run: |
ulimit -c unlimited
ls -l
sudo cp e2e/99-skywalking.ini $(php -i | grep additional | sed -e "s|.*=> s*||")
sudo cp e2e/99-skywalking.ini $(php-fpm -i | grep additional | sed -e "s|.*=> s*||")
sudo cp e2e/nginx.conf /etc/nginx/conf.d/
Expand Down