chore: add tests workflow

This commit is contained in:
2025-09-03 11:41:55 +02:00
parent 44c128d1fb
commit 6f944a8964

14
.gitea/run-tests.yaml Normal file
View File

@@ -0,0 +1,14 @@
name: Run tests
on:
push:
jobs:
test-project:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
- run: mix deps.get
- run: mix test