From 10c5f151d45afce9c72024cec8c4ae8116c57ce1 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 1 Mar 2026 00:14:18 -0800 Subject: Test workflow --- .gitea/workflows/make_test.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitea/workflows/make_test.yaml (limited to '.gitea/workflows') diff --git a/.gitea/workflows/make_test.yaml b/.gitea/workflows/make_test.yaml new file mode 100644 index 0000000..e99c838 --- /dev/null +++ b/.gitea/workflows/make_test.yaml @@ -0,0 +1,20 @@ +name: Gitea Test Action +run-name: 🧪 Running Tests +on: + push: + branches: + - master + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-base + container: + image: custom-runner:latest + steps: + - uses: actions/checkout@v4 + - name: Download Packages + run: | + apt install libpng-dev libtiff-dev build-essential pkgconf + - name: Run tests + run: | + make test -- cgit v1.2.1