File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 2525 fail-fast : false
2626 matrix :
2727 platform :
28- - ubuntu-latest
28+ - ubuntu-24.04
2929 job_name :
3030 - linux_apisix_current_luarocks
3131 - linux_apisix_current_luarocks_in_customed_nginx
Original file line number Diff line number Diff line change @@ -194,18 +194,7 @@ nginx_config:
194194 http:
195195 access_log_format: '\"\$ upstream_scheme://\$ upstream_host\" \$ ssl_server_name'
196196" > conf/config.yaml
197- # Before starting APISIX in the failing test:
198197
199- # 1. Fix parent directory permissions
200- sudo chmod o+x /home/runner/work/ /home/runner/work/apisix/ /home/runner/work/apisix/apisix/
201-
202- # 2. Ensure conf/ is accessible
203- sudo chmod -R o+rx conf/
204-
205- # 3. Regenerate nginx.conf
206- make init
207-
208- # 4. Start APISIX
209198make run
210199sleep 2
211200
You can’t perform that action at this time.
0 commit comments