Attempt without container

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

View File

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