test
This commit is contained in:
parent
c0723fb93c
commit
95165fd53e
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,8 @@ on: [push]
|
|||
jobs:
|
||||
build-console-iso:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: nixos/nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -24,8 +26,6 @@ jobs:
|
|||
id
|
||||
uname -a
|
||||
hostname
|
||||
- container:
|
||||
image: nixos/nix
|
||||
- name: "Docker: Node Info"
|
||||
run: |
|
||||
id
|
||||
|
@ -38,6 +38,7 @@ jobs:
|
|||
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
|
||||
- run: echo "The workflow is now ready to test your code on the runner."
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
|
||||
- if: always()
|
||||
run: rm -rf /.cache
|
||||
- if: always()
|
||||
|
|
Loading…
Reference in a new issue