name: EC Utils Tests run-name: ${{ gitea.actor }} testing EC Utils on: [push, workflow_dispatch] jobs: tests: runs-on: linux_amd64 steps: - name: Check out repository code uses: actions/checkout@v3 - name: test run: | . /opt/act_runner/erts/27.2/activate ./rebar3 dialyzer ./rebar3 eunit