Skip to content

Update airframe-http, airframe-http-netty, ... to 23.7.4 (#3080) #1263

Update airframe-http, airframe-http-netty, ... to 23.7.4 (#3080)

Update airframe-http, airframe-http-netty, ... to 23.7.4 (#3080) #1263

Workflow file for this run

name: CI Packaging
on:
push:
branches:
- master
paths:
- '**.scala'
- '**.java'
- '**.sbt'
- '.github/workflows/package-test.yml'
jobs:
test_packaging:
name: Packaging Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
- name: Packaging test
run: ./sbt publishAllLocal