Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshawk committed Mar 23, 2024
1 parent cb569d9 commit 9008985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
path: jadx

- name: Build JADX
run: ./jadx/gradlew copyArtifacts
run: cd ./jadx && ./gradlew copyArtifacts

- name: Move jadx.jar
run: mv ./jadx/build/jadx/lib/jadx-dev-all.jar ./jadx-collaboration/jadx.jar

- name: Test JADX Collaboration
run: ./jadx-collaboration/gradlew test
run: ./jadx-collaboration && ./gradlew test

0 comments on commit 9008985

Please sign in to comment.