Attempt without container
Some checks failed
Build Mau & Deploy Mau / build (push) Failing after 5s
Build Mau & Deploy Mau / deploy (push) Has been skipped

This commit is contained in:
DTieman
2024-04-14 10:59:37 +02:00
parent 9daeb494a6
commit cdd9f723d8

View File

@@ -14,8 +14,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@main
@@ -33,8 +31,6 @@ jobs:
run: dotnet test --no-restore --verbosity normal
deploy:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
needs: build
if: gitea.ref == 'refs/heads/mauster'
steps: