Skip to content

airspec (fix): Fixes #3612 to select test case names containing slash… #1675

airspec (fix): Fixes #3612 to select test case names containing slash…

airspec (fix): Fixes #3612 to select test case names containing slash… #1675

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