Some checks failed
Gajumaru Serialization Tests / tests (push) Failing after 46m2s
15 lines
360 B
YAML
15 lines
360 B
YAML
name: Gajumaru Serialization Tests
|
|
run-name: ${{ gitea.actor }} testing Gajumaru Serialization
|
|
on: [push, workflow_dispatch]
|
|
|
|
jobs:
|
|
tests:
|
|
runs-on: linux_amd64
|
|
steps:
|
|
- name: Check out repository code
|
|
uses: actions/checkout@v4
|
|
- name: eunit
|
|
run: |
|
|
. /opt/act_runner/erts/27.2.1/activate
|
|
./rebar3 eunit
|