chore: add tests workflow
This commit is contained in:
14
.gitea/run-tests.yaml
Normal file
14
.gitea/run-tests.yaml
Normal 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
|
||||
|
Reference in New Issue
Block a user