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:
|
jobs:
|
||||||
build-console-iso:
|
build-console-iso:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: nixos/nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
@ -24,8 +26,6 @@ jobs:
|
||||||
id
|
id
|
||||||
uname -a
|
uname -a
|
||||||
hostname
|
hostname
|
||||||
- container:
|
|
||||||
image: nixos/nix
|
|
||||||
- name: "Docker: Node Info"
|
- name: "Docker: Node Info"
|
||||||
run: |
|
run: |
|
||||||
id
|
id
|
||||||
|
@ -38,6 +38,7 @@ jobs:
|
||||||
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
|
- 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 "The workflow is now ready to test your code on the runner."
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
- if: always()
|
- if: always()
|
||||||
run: rm -rf /.cache
|
run: rm -rf /.cache
|
||||||
- if: always()
|
- if: always()
|
||||||
|
|
Loading…
Reference in a new issue