From 937f9ed873ac01784e7004bc9f1edacccdcda535 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Mon, 24 Feb 2025 20:54:45 +0900 Subject: [PATCH] Add tests --- .gitea/workflows/test.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..00973a8 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -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