Skip to content

Skip Windows CI for TLA for now #8

Skip Windows CI for TLA for now

Skip Windows CI for TLA for now #8

Workflow file for this run

name: TLA+ CI
on:
push:
branches: [ main ]
paths:
- '.github/workflows/tla.yml'
- 'tla/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
tla:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest] #, windows-latest]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: extractions/setup-just@v1
with:
just-version: 1.35.0
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '23'
- name: Cache tla2tools.jar
uses: actions/cache@v4
with:
path: tla/bin
key: ${{ runner.os }}-tla
- name: check
run: |
cd tla
just prep-tla
just check pluscal.tla