Attempt without container
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user