Skip to content

Update airframe-codec, airframe-control, ... to 24.9.3 (#3670) #1710

Update airframe-codec, airframe-control, ... to 24.9.3 (#3670)

Update airframe-codec, airframe-control, ... to 24.9.3 (#3670) #1710

Workflow file for this run

name: CI Packaging
on:
push:
branches:
- main
paths:
- '**.scala'
- '**.java'
- '**.sbt'
- '.github/workflows/package-test.yml'
jobs:
test_packaging:
name: Packaging Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Fetch all tags so that sbt-dynver can find the previous release version
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
- name: Packaging test
run: ./sbt publishAllLocal