Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Aug 5, 2024
1 parent 1c405f5 commit fc9906a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@ jobs:

- name: Build secp256k1-jdk
run: |
cd $HOME/secp256k1-jdk
./gradlew build -x test
cp secp256k1-api/build/libs/secp256k1-api-0.0.1.jar ${{ github.workspace }}/lib
cp secp256k1-foreign/build/libs/secp256k1-foreign-0.0.1.jar ${{ github.workspace }}/lib
$HOME/secp256k1-jdk/gradlew build -x test
cp $HOME/secp256k1-jdk/secp256k1-api/build/libs/secp256k1-api-0.0.1.jar ./lib
cp $HOME/secp256k1-jdk/secp256k1-foreign/build/libs/secp256k1-foreign-0.0.1.jar ./lib
- name: Install
run: gradle dependencies
Expand Down

0 comments on commit fc9906a

Please sign in to comment.