Skip to content

Refactor funbox_SUITE #10

Refactor funbox_SUITE

Refactor funbox_SUITE #10

Workflow file for this run

---
name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
otp-version: ['24', '25', '26', '27']
container: erlang:${{ matrix.otp-version }}-alpine
services:
redis:
image: redis:7.2-alpine
steps:
- uses: actions/checkout@v2
- run: rebar3 xref
- run: rebar3 dialyzer
- run: rebar3 test