name: Gitea build & Test. run-name: ${{ gitea.actor }} on: push: branches: - main pull_request: jobs: tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Build and test run: make test - name: Build run: make prod