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]
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue