Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Snapshot version 0.8.2 #311

Snapshot version 0.8.2

Snapshot version 0.8.2 #311

Workflow file for this run

# Main workflow for testing the Lingua Franca compiler.
name: CI
on:
# Trigger this workflow on push events, but only on master.
push:
branches:
- main
# Trigger this workflow also on pull_request events, but ignore the 'nightly' branch.
pull_request:
branches-ignore:
- 'nightly'
concurrency:
group: ci-${{ github.ref }}-${{ github.event_path }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
# Run the Maven build.
build:
uses: ./.github/workflows/build.yml
with:
upload-artifacts: false
# Run tests for Eclipse.
eclipse-tests:
uses: ./.github/workflows/eclipse-tests.yml