Skip to content

Add error with reason for modify_queue/2 spec (#42) #3

Add error with reason for modify_queue/2 spec (#42)

Add error with reason for modify_queue/2 spec (#42) #3

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [ $default-branch ]
release:
types:
- created
jobs:
test:
name: "Erlang Test"
runs-on: ubuntu-latest
strategy:
matrix:
otp: [21, 22, 23, 24]
fail-fast: false
container:
image: erlang:${{ matrix.otp }}
steps:
- uses: actions/checkout@v3
- name: Test
run: make ci