Test
This commit is contained in:
parent
9a36039a66
commit
2ed6fa021c
2 changed files with 6 additions and 19 deletions
|
@ -16,15 +16,6 @@ jobs:
|
||||||
apk update
|
apk update
|
||||||
apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
sparse-checkout: |
|
|
||||||
.forgejo
|
|
||||||
home-manager
|
|
||||||
lib
|
|
||||||
nixos
|
|
||||||
flake.lock
|
|
||||||
flake.nix
|
|
||||||
shell.nix
|
|
||||||
- name: "Directory Structure"
|
- name: "Directory Structure"
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}/*
|
ls ${{ github.workspace }}/*
|
||||||
|
|
|
@ -17,19 +17,15 @@ jobs:
|
||||||
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
||||||
git config --global user.email "${{github.actor}}"
|
git config --global user.email "${{github.actor}}"
|
||||||
git config --global user.name "Albert J. Copeland"
|
git config --global user.name "Albert J. Copeland"
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
sparse-checkout: |
|
|
||||||
.forgejo
|
|
||||||
home-manager
|
|
||||||
lib
|
|
||||||
nixos
|
|
||||||
flake.lock
|
|
||||||
flake.nix
|
|
||||||
shell.nix
|
|
||||||
- name: "Directory Structure"
|
- name: "Directory Structure"
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}/*
|
ls ${{ github.workspace }}/*
|
||||||
|
- name: "Git Info"
|
||||||
|
run: |
|
||||||
|
git -C ${{ github.workspace }} status
|
||||||
|
git -C ${{ github.workspace }} log
|
||||||
|
git -C ${{ github.workspace }} diff
|
||||||
- name: "Runner: Node Info"
|
- name: "Runner: Node Info"
|
||||||
run: |
|
run: |
|
||||||
id
|
id
|
||||||
|
|
Loading…
Reference in a new issue