Skip to content

fix: oops i forgor to revert testing #60

fix: oops i forgor to revert testing

fix: oops i forgor to revert testing #60

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'microsoft'
- run: chmod +x ./gradlew
- run: ./gradlew check build
- uses: actions/upload-artifact@v3
with:
name: Artifacts
path: build/libs/