Skip to content

Commit

Permalink
gradle.yml: Simplify running of examples
Browse files Browse the repository at this point in the history
* Run Java & Kotlin examples with same gradlew command
* Use `run` and `runEcdsa` targets to be less verbose
  • Loading branch information
msgilligan committed Sep 3, 2024
1 parent 42b7ea6 commit bb5e014
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ jobs:
run: nix profile install nixpkgs#secp256k1
- name: Build with Gradle
run: ./gradlew build
- name: Run Java Examples
run: ./gradlew secp-examples-java:run secp-examples-java:runEcdsa
- name: Run Kotlin Examples
run: ./gradlew secp-examples-kotlin:run secp-examples-kotlin:runEcdsa
- name: Run Java & Kotlin Examples
run: ./gradlew run runEcdsa

0 comments on commit bb5e014

Please sign in to comment.