Skip to content

Bump compose from 1.10.0 to 1.11.1 #91

Bump compose from 1.10.0 to 1.11.1

Bump compose from 1.10.0 to 1.11.1 #91

Workflow file for this run

name: Build
on:
push:
branches: [ develop ]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
clean: ${{ github.ref == 'refs/heads/develop' }}
- name: Build setup
uses: ./.github/actions/build-setup
- name: Compile
run: ./gradlew assemble