feat/testing #52

Merged
kenobi merged 12 commits from feat/testing into master 2023-06-24 20:59:40 +02:00
Showing only changes of commit dd72f8e165 - Show all commits

View File

@ -0,0 +1,18 @@
name: Compile the repository
on: [pull_request]
env:
REGISTRY: gitea.brudi.xyz
IMAGE_NAME: ${{ gitea.repository }}
USER: ${{ gitea.actor }}
jobs:
compile:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Tests
run: docker build --target test .