Skip to content

build: cache Gradle deps and build-cache elements in CI (#112) #90

build: cache Gradle deps and build-cache elements in CI (#112)

build: cache Gradle deps and build-cache elements in CI (#112) #90

Workflow file for this run

name: Main
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: release-${{ github.ref }}
cancel-in-progress: true
jobs:
main-build:
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/gradle-run
with:
steps: |-
test
build
- uses: ./.github/actions/upload-installable-zip
with:
retention-days: 7