Skip to content

Throw InterruptedException during sleep (#328) #128

Throw InterruptedException during sleep (#328)

Throw InterruptedException during sleep (#328) #128

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build-and-test:
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest, windows-latest, macos-latest]
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: |
11
21
25
cache: 'gradle'
- name: Build fray and run tests
run: ./gradlew build