Cleaned up various fixtures. Skip publish-image for now.
This commit is contained in:
@@ -6,7 +6,6 @@ on:
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
if: ${{ false }} # disabled for now
|
||||
runs-on: [self-hosted, linux, x64, docker]
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
@@ -30,6 +29,7 @@ jobs:
|
||||
- run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"
|
||||
|
||||
publish-image:
|
||||
if: ${{ false }} # disabled for now
|
||||
runs-on: [self-hosted, linux, x64, docker]
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
|
||||
Reference in New Issue
Block a user