Skip to content

Commit 149627c

Browse files
committed
removed install java step as it is already available in checkout step
1 parent 7fef93a commit 149627c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ jobs:
3939
distribution: 'temurin'
4040
cache: maven
4141

42-
- name: Install Java and Maven
43-
uses: actions/setup-java@v4
44-
with:
45-
java-version: '17'
46-
distribution: 'adopt'
47-
cache: maven
48-
4942
- name: Start Practice Software Testing ToolShop Website with Docker Compose
5043
run: docker compose -f docker-compose-toolshop.yml up -d
5144

0 commit comments

Comments
 (0)