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] on: [push]
jobs: jobs:
test: # test:
runs-on: docker # runs-on: docker
steps: # steps:
- run: echo All good! # - run: echo All good!
asdf: dotnet:
runs-on: dotnet runs-on: dotnet
steps: steps:
- id: dotnet-build - id: dotnet-build
uses: ./.forgejo/dotnet-build uses: .forgejo/dotnet-build
# with: # with:
# input-two-required: "two" # input-two-required: "two"
- run: test "${{ steps.dotnet-build.outputs.key }}" = "two" - run: test "${{ steps.dotnet-build.outputs.key }}" = "two"