All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in 46m7s
17 lines
416 B
YAML
17 lines
416 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: stoopud
|
|
run: echo $(which node)
|
|
- name: Check out repository code
|
|
uses: actions/checkout@v4
|
|
- name: eunit
|
|
run: |
|
|
. /home/act_runner/.erts/27.2.1/activate
|
|
./rebar3 eunit
|