This commit is contained in:
parent
1b7a8e8fcd
commit
937f9ed873
14
.gitea/workflows/test.yaml
Normal file
14
.gitea/workflows/test.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Sophia Tests
|
||||||
|
run-name: ${{ gitea.actor }} testing Sophia
|
||||||
|
on: [push, workflow_dispatch]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
tests:
|
||||||
|
runs-on: linux_amd64
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: test
|
||||||
|
run: |
|
||||||
|
. /opt/act_runner/erts/27.2.1/activate
|
||||||
|
./rebar3 eunit
|
Loading…
x
Reference in New Issue
Block a user