diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 864bd47..3e37a69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + - name: Build project + run: ./gradlew assembleDebug diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aff8d00..dcff44c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: