feat(action): break everything by splitting it into stages
This commit is contained in:
parent
db111a68fb
commit
c8860ea0c0
1 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
# runs-on: docker
|
||||
# steps:
|
||||
# - run: echo All good!
|
||||
dotnet:
|
||||
checkout:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- id: checkout
|
||||
|
|
@ -13,7 +13,9 @@ jobs:
|
|||
repository: "pascal_nulah/Nulah.PowerShell"
|
||||
ref: "feature/forgejo-runner-and-actions"
|
||||
github-server-url: "https://git.moar.ws/"
|
||||
# idk just show me what the fuck exists
|
||||
dotnet:
|
||||
runs-on: dotnet
|
||||
steps:
|
||||
- name: list directory contents
|
||||
run: ls ./.forgejo/dotnet-build -la
|
||||
- id: why_not_use_the_action_we_just_verified_exists_from_above
|
||||
|
|
|
|||
Loading…
Reference in a new issue