Skip to content

Fix the ./bin/fray after refactor (#34) #161

Fix the ./bin/fray after refactor (#34)

Fix the ./bin/fray after refactor (#34) #161

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build fray and run tests
run: ./gradlew build