Add tests to runner
All checks were successful
Gajumaru Bytecode Tests / tests (push) Successful in -3m56s
All checks were successful
Gajumaru Bytecode Tests / tests (push) Successful in -3m56s
This commit is contained in:
parent
67811b43ca
commit
c288bece06
17
.gitea/workflows/test.yaml
Normal file
17
.gitea/workflows/test.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
name: Gajumaru Bytecode Tests
|
||||
run-name: ${{ gitea.actor }} testing Gajumaru Bytecode
|
||||
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 compile
|
||||
./rebar3 dialyzer
|
||||
./rebar3 eunit
|
||||
./rebar3 ct
|
1
rebar.lock
Normal file
1
rebar.lock
Normal file
@ -0,0 +1 @@
|
||||
[].
|
Loading…
x
Reference in New Issue
Block a user