Skip to content

Commit d302469

Browse files
committed
fiw workflow loading test
1 parent ffe5a7b commit d302469

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build-feature.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,17 @@ jobs:
172172
- name: Checkout
173173
uses: actions/checkout@v3
174174

175+
- name: Set up JDK 21.0.2
176+
uses: actions/setup-java@v2
177+
with:
178+
distribution: 'temurin'
179+
java-version: '21.0.2'
180+
181+
- name: Set up Maven 3.9.6
182+
uses: apache/setup-maven@v1
183+
with:
184+
maven-version: '3.9.6'
185+
175186
# Execute Gatling Test Suite
176187
- name: Execute Gatling Test Suite
177188
continue-on-error: true

0 commit comments

Comments
 (0)