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
|
FROM nixos/nix
|
||||||
|
RUN echo "Hello from nixos/nix"
|
||||||
ENTRYPOINT [ "/root/.nix-profile/bin/sleep", "100000" ]
|
ENTRYPOINT [ "/root/.nix-profile/bin/sleep", "100000" ]
|
|
@ -16,10 +16,13 @@ jobs:
|
||||||
flake.lock
|
flake.lock
|
||||||
flake.nix
|
flake.nix
|
||||||
shell.nix
|
shell.nix
|
||||||
- name: "Directory Structure"
|
- name: "Directory Structure for ${{ github.worksspace }}"
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}/*
|
ls ${{ github.workspace }}/*
|
||||||
whoami
|
- name: "Node Info"
|
||||||
|
run: |
|
||||||
|
id
|
||||||
|
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."
|
||||||
|
|
Loading…
Reference in a new issue