aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows/make_test.yaml
blob: e99c8387b9add6871fb8f61893e43b44e2e7d772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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