We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93e1ec commit 401c2bdCopy full SHA for 401c2bd
.github/workflows/cli.yml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ${{ matrix.platform }}
34
timeout-minutes: 30
35
env:
36
- SERVER_NAME: linux_apisix_current_luarocks
+ SERVER_NAME: ${{ matrix.job_name }}
37
OPENRESTY_VERSION: default
38
39
steps:
@@ -65,4 +65,4 @@ jobs:
65
- name: Linux Script
66
run: |
67
sudo chmod +x /home/runner
68
- sudo sh -c 'umask 022 && ./ci/${{ matrix.job_name }}_runner.sh script'
+ sudo ./ci/${{ matrix.job_name }}_runner.sh script
0 commit comments