Skip to content

Commit 2b52f71

Browse files
committed
f
1 parent 34c8404 commit 2b52f71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/benchmark-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
username: ${{ secrets.PRIVATE_DOCKER_USERNAME }}
8787
password: ${{ secrets.PRIVATE_DOCKER_PASSWORD }}
8888

89-
9089
- name: Build images
9190
env:
9291
TAG: dev
@@ -116,8 +115,8 @@ jobs:
116115
- name: Run Benchmark Test
117116
shell: bash
118117
env:
119-
PROVIDER_TYPE: ${{ matrix.provider_type }}
120-
TEST_LABEL: ${{ matrix.cases_subset }}
118+
API7_EE_LICENSE: ${{ secrets.API7_EE_LICENSE }}
119+
PROVIDER_TYPE: api7ee
121120
TEST_ENV: CI
122121
run: |
123122
make benchmark-test

0 commit comments

Comments
 (0)