Skip to content

Commit

Permalink
adding maven installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc committed Oct 17, 2023
1 parent 7da5a17 commit 8f70a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-impl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Setup Maven
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
Expand Down

0 comments on commit 8f70a38

Please sign in to comment.