Skip to content

feat: implement ios #19

feat: implement ios

feat: implement ios #19

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: Grant Permission to Execute
run: chmod +x gradlew
- name: Build the library and run tests
run: ./gradlew build test