test
This commit is contained in:
parent
8986b56aeb
commit
88e54ad11a
2 changed files with 6 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
FROM nixos/nix
|
||||
RUN echo "Hello from nixos/nix"
|
||||
ENTRYPOINT [ "/root/.nix-profile/bin/sleep", "100000" ]
|
|
@ -16,10 +16,13 @@ jobs:
|
|||
flake.lock
|
||||
flake.nix
|
||||
shell.nix
|
||||
- name: "Directory Structure"
|
||||
- name: "Directory Structure for ${{ github.worksspace }}"
|
||||
run: |
|
||||
ls ${{ github.workspace }}/*
|
||||
whoami
|
||||
- name: "Node Info"
|
||||
run: |
|
||||
id
|
||||
uname -a
|
||||
hostname
|
||||
- uses: ./.forgejo/actions/nixos-docker
|
||||
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
|
|
Loading…
Reference in a new issue