Skip to content

Commit a677f27

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

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/build-feature.yml

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

175-
- name: Set up JDK 21.0.2
176-
uses: actions/setup-java@v2
175+
- name: Set up JDK 21
176+
uses: actions/setup-java@v4
177177
with:
178178
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'
179+
java-version: '21'
185180

186181
# Execute Gatling Test Suite
187182
- name: Execute Gatling Test Suite

0 commit comments

Comments
 (0)