sophia/.gitea/workflows/test.yaml
Craig Everett 75043d0254
Some checks failed
Sophia Tests / tests (push) Failing after 46m57s
Update test
2025-02-24 20:55:54 +09:00

15 lines
325 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/activate
./rebar3 eunit