sophia/.gitea/workflows/test.yaml
Craig Everett 937f9ed873
Some checks failed
Sophia Tests / tests (push) Failing after 46m58s
Add tests
2025-02-24 20:54:45 +09:00

15 lines
327 B
YAML

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