Files
nostr/.github/workflows/test.yaml
niamtokik 008815d16b Add Erlang R26 support
- upgrade cowboy version to 2.10.0
 - upgrade gun version to 2.0.1
2023-05-16 11:39:25 +00:00

22 lines
422 B
YAML

on: push
jobs:
test:
runs-on: self-hosted
name: Erlang/OTP
strategy:
fail-fast: false
matrix:
container:
- erlang:25
- erlang:25-alpine
- erlang:26
- erlang:26-alpine
container:
image: ${{ matrix.container }}
steps:
- uses: actions/checkout@v2
- run: rebar3 get-deps
- run: rebar3 compile
- run: rebar3 check