Skip to content

ci: more CI updates #22

ci: more CI updates

ci: more CI updates #22

Workflow file for this run

name: Verify project
on:
pull_request:
types: [ opened, reopened, synchronize ]
branches:
- main
push:
branches:
- main
jobs:
test:
if: ${{ github.repository == 'AlexanderEggers/ksecurestorage' }}
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- name: Build project
run: ./gradlew assembleDebug