Skip to content

chore: prepare OTP-27-ready 1.8.1-emqx-1 #20

chore: prepare OTP-27-ready 1.8.1-emqx-1

chore: prepare OTP-27-ready 1.8.1-emqx-1 #20

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
container:
image: erlang:27
steps:
- uses: actions/checkout@v4
- run: make
- run: make ct
- uses: actions/upload-artifact@v4
if: always()
with:
name: logs
path: logs