Skip to content

Use HTTPS instead of SSH to get test dependencies #39

Use HTTPS instead of SSH to get test dependencies

Use HTTPS instead of SSH to get test dependencies #39

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
strategy:
fail-fast: false
matrix:
erlang:
- 24.2
- 25
runs-on: ubuntu-latest
container:
image: erlang:${{ matrix.erlang }}
steps:
- uses: actions/checkout@v3
- name: Run tests
run: make test
env:
DEBUG: 1