Skip to content

Add github workflow config #2

Add github workflow config

Add github workflow config #2

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: erlef/setup-beam@v1
otp-version: 27

Check failure on line 19 in .github/workflows/erlang.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/erlang.yml (Line: 19, Col: 7): Unexpected value 'otp-version'
- uses: astral-sh/setup-uv@v5
- uses: actions/checkout@v4
- name: Compile
run: rebar3 compile
- name: Run tests
run: rebar3 do eunit, ct
- name: Run kernel tests
run: ./test.sh