Skip to content

👷 Switch to linux for ci testing and building #338

👷 Switch to linux for ci testing and building

👷 Switch to linux for ci testing and building #338

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
check-latest: true
cache: gradle
- name: Install Zstandard
run: choco install zstandard
shell: pwsh
- name: Build with Gradle
run: ./gradlew.bat build
- name: Run tests
run: ./gradlew.bat desktopTest