Skip to content

Commit a39dbd9

Browse files
committed
try cli test with ubuntu 24.04
1 parent 2024730 commit a39dbd9

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

t/cli/test_access_log.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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
209198
make run
210199
sleep 2
211200

0 commit comments

Comments
 (0)