Skip to content

Commit

Permalink
Update generate_jars.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandlil authored Aug 7, 2023
1 parent 66317e3 commit cb965bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
# it's safe to remove the first line entirely.
- name: Download JUnit and Mockito JARs
run: |
mkdir -p lib
mkdir -p java/lib
curl -LJO https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.jar
curl -LJO https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar
mv junit-4.13.1.jar mockito-all-1.10.19.jar lib/
mv junit-4.13.1.jar mockito-all-1.10.19.jar java/lib/
- name: Upload JARs as artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit cb965bb

Please sign in to comment.