Skip to content

fix: run-test preferences and color inconsitencies (#675) #1299

fix: run-test preferences and color inconsitencies (#675)

fix: run-test preferences and color inconsitencies (#675) #1299

Workflow file for this run

# build checks whether the project builds
name: build
on: [push]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
version:
- "StableFullRelease"
- "StableFdroidRelease"
steps:
- uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: checkout
uses: actions/checkout@v2
- run: ./gradlew build${{ matrix.version }} && ./gradlew clean