This commit is contained in:
14
.gitea/workflows/run-tests.yaml
Normal file
14
.gitea/workflows/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@v5
|
||||||
|
- name: Install build dependencies
|
||||||
|
run: sudo apt-get update && sudo apt-get install -y build-essential
|
||||||
|
- name: Run tests
|
||||||
|
run: make test
|
Reference in New Issue
Block a user