Skip to content

Commit 401c2bd

Browse files
committed
apply suggestions
1 parent d93e1ec commit 401c2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.platform }}
3434
timeout-minutes: 30
3535
env:
36-
SERVER_NAME: linux_apisix_current_luarocks
36+
SERVER_NAME: ${{ matrix.job_name }}
3737
OPENRESTY_VERSION: default
3838

3939
steps:
@@ -65,4 +65,4 @@ jobs:
6565
- name: Linux Script
6666
run: |
6767
sudo chmod +x /home/runner
68-
sudo sh -c 'umask 022 && ./ci/${{ matrix.job_name }}_runner.sh script'
68+
sudo ./ci/${{ matrix.job_name }}_runner.sh script

0 commit comments

Comments
 (0)