fix(action): Remove relative directory and comment out test job
Some checks failed
/ dotnet (push) Failing after 0s
Some checks failed
/ dotnet (push) Failing after 0s
This commit is contained in:
parent
8384d2f68f
commit
3330728b5a
1 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue