Skip to content

Commit

Permalink
ci: update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEggers committed Apr 8, 2024
1 parent 57d024f commit b5889c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ jobs:
distribution: 'zulu'
java-version: '17'

- name: Grant Permission to Execute
run: chmod +x gradlew

- name: Build the library and run tests
run: ./gradlew build test
- name: Build project
run: ./gradlew assembleDebug
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
distribution: 'zulu'
java-version: '17'

- name: Grant Permission to Execute
run: chmod +x gradlew

- name: Release library
run: ./gradlew ksecurestorage:publish
env:
Expand Down

0 comments on commit b5889c6

Please sign in to comment.