Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-chen committed Sep 30, 2024
1 parent 96cd850 commit d98d73e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ jobs:
test_dir:
- t/plugin/[a-k]*
- t/plugin/[l-z]*
- t/admin t/cli t/config-center-yaml t/control t/core t/debug t/deployment t/discovery t/error_page t/misc
- t/node t/pubsub t/router t/script t/secret t/stream-node t/utils t/wasm t/xds-library t/xrpc

runs-on: ${{ matrix.platform }}
timeout-minutes: 90
env:
SERVER_NAME: ${{ matrix.os_name }}
OPENRESTY_VERSION: default
abt_branch: apisix-base/1.21.4.2.2

steps:
- name: Check out code
Expand Down Expand Up @@ -161,7 +164,7 @@ jobs:

- name: Linux Install
run: |
sudo --preserve-env=OPENRESTY_VERSION \
sudo --preserve-env=OPENRESTY_VERSION,abt_branch \
./ci/${{ matrix.os_name }}_runner.sh do_install

- name: Linux Script
Expand Down

0 comments on commit d98d73e

Please sign in to comment.