Test
This commit is contained in:
parent
e1b9883f32
commit
579ff8dd5c
1 changed files with 7 additions and 2 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
flake.lock
|
flake.lock
|
||||||
flake.nix
|
flake.nix
|
||||||
shell.nix
|
shell.nix
|
||||||
- name: "Directory Structure for ${{ github.worksspace }}"
|
- name: "Directory Structure"
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}/*
|
ls ${{ github.workspace }}/*
|
||||||
- name: "Node Info"
|
- name: "Node Info"
|
||||||
|
@ -25,9 +25,14 @@ jobs:
|
||||||
uname -a
|
uname -a
|
||||||
hostname
|
hostname
|
||||||
- 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 }}."
|
||||||
- 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 }}."
|
||||||
|
|
||||||
|
- name: "Post Run Cleanup"
|
||||||
|
- if: always()
|
||||||
|
run: rm -rf /.cache
|
Loading…
Reference in a new issue