Skip to content

Commit

Permalink
remove step to install mvn
Browse files Browse the repository at this point in the history
  • Loading branch information
Dileep17 authored Jan 20, 2024
1 parent 03dfcf8 commit 7345c6a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/java_implementation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
matrix:
node-version: [16.x]
java-version: [11]
mvn-version: [3.9.5]
os: [ubuntu-latest]

steps:
Expand All @@ -32,14 +31,8 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: ${{ matrix.java-version }}
java-version: ${{ matrix.java-version }}

- name: Setup Maven ${{ matrix.mvn-version }}
uses: actions/setup-java@v2
with:
distribution: 'maven'
java-version: ${{ matrix.mvn-version }}

- name: Install Appium
run: npm i --location=global appium

Expand Down

0 comments on commit 7345c6a

Please sign in to comment.