test
This commit is contained in:
parent
3d1aecb0c8
commit
38020ba0cb
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,6 @@ jobs:
|
|||
build-console-iso:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: ./.forgejo/actions/nixos-docker
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
sparse-checkout: |
|
||||
|
@ -19,7 +18,8 @@ jobs:
|
|||
shell.nix
|
||||
- name: "Directory Structure"
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
ls ${{ github.workspace }}/*
|
||||
- uses: ./.forgejo/actions/nixos-docker
|
||||
- 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 "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||
|
|
Loading…
Reference in a new issue