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
|
# runs-on: docker
|
||||||
# steps:
|
# steps:
|
||||||
# - run: echo All good!
|
# - run: echo All good!
|
||||||
dotnet:
|
checkout:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- id: checkout
|
- id: checkout
|
||||||
|
|
@ -13,7 +13,9 @@ jobs:
|
||||||
repository: "pascal_nulah/Nulah.PowerShell"
|
repository: "pascal_nulah/Nulah.PowerShell"
|
||||||
ref: "feature/forgejo-runner-and-actions"
|
ref: "feature/forgejo-runner-and-actions"
|
||||||
github-server-url: "https://git.moar.ws/"
|
github-server-url: "https://git.moar.ws/"
|
||||||
# idk just show me what the fuck exists
|
dotnet:
|
||||||
|
runs-on: dotnet
|
||||||
|
steps:
|
||||||
- name: list directory contents
|
- name: list directory contents
|
||||||
run: ls ./.forgejo/dotnet-build -la
|
run: ls ./.forgejo/dotnet-build -la
|
||||||
- id: why_not_use_the_action_we_just_verified_exists_from_above
|
- id: why_not_use_the_action_we_just_verified_exists_from_above
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue