test
This commit is contained in:
parent
8734ef2988
commit
27c78eeb12
1 changed files with 2 additions and 4 deletions
|
@ -6,8 +6,7 @@ jobs:
|
||||||
build-console-iso:
|
build-console-iso:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- id: checkout-repository
|
- uses: actions/checkout@v3
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
.github
|
.github
|
||||||
|
@ -17,8 +16,7 @@ jobs:
|
||||||
flake.lock
|
flake.lock
|
||||||
flake.nix
|
flake.nix
|
||||||
shell.nix
|
shell.nix
|
||||||
- id: nixos-docker-create
|
- uses: ./.forgejo/actions/nixos-docker
|
||||||
uses: ./.forgejo/actions/nixos-docker
|
|
||||||
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
|
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
- run: echo "This job is now running on a ${{ runner.os }} server."
|
- run: echo "This job is now running on a ${{ runner.os }} server."
|
||||||
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||||
|
|
Loading…
Reference in a new issue