Test
This commit is contained in:
parent
dbe44399e0
commit
92d955f05a
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ jobs:
|
|||
hostname
|
||||
cat /etc/os-release
|
||||
|
||||
- name: "Nix Version"
|
||||
run: |
|
||||
nix --version
|
||||
|
||||
- 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 "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||
|
|
Loading…
Reference in a new issue