Skip to content

Removing file .github/workflows/auto-aprove-sync-files.yml from Rakam… #73

Removing file .github/workflows/auto-aprove-sync-files.yml from Rakam…

Removing file .github/workflows/auto-aprove-sync-files.yml from Rakam… #73

Workflow file for this run

name: Build & Test
on:
push:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
name: Build & Test
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/gradle-build-test.yml@main
with:
java-version: ${{ vars.JAVA_VERSION }}
artifact-name: Gradle-Libs
generate-jacoco: true
send-codecov: true
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
permissions:
contents: write
checks: write