workflow?

This commit is contained in:
2023-03-24 17:50:12 +01:00
parent 3c5a2ba1a0
commit 4adb6d600e

View File

@@ -1,4 +1,4 @@
name: El Tigre - MauMau Server name: Build Mau & Deploy Mau
on: on:
push: push:
@@ -34,5 +34,14 @@ jobs:
run: dotnet build --configuration Release --no-restore run: dotnet build --configuration Release --no-restore
- name: Test - name: Test
run: dotnet test --no-restore --verbosity normal run: dotnet test --no-restore --verbosity normal
- name: Docker Test deploy:
run: docker run hello-world runs-on: self-hosted
needs: build
steps:
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Docker Compose
run: docker compose up -d --build