fix(action): Remove relative directory and comment out test job
Some checks failed
/ dotnet (push) Failing after 0s

This commit is contained in:
Scott 2026-09-08 10:35:59 +10:00
commit 3330728b5a

View file

@ -1,14 +1,14 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!
asdf:
# test:
# runs-on: docker
# steps:
# - run: echo All good!
dotnet:
runs-on: dotnet
steps:
- id: dotnet-build
uses: ./.forgejo/dotnet-build
uses: .forgejo/dotnet-build
# with:
# input-two-required: "two"
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two"