Test
This commit is contained in:
parent
eaf9717536
commit
bbf58ead0f
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-CI:
|
Explore-CI:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container: nixos/nix
|
||||||
steps:
|
steps:
|
||||||
- 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."
|
||||||
|
@ -16,4 +17,5 @@ jobs:
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}
|
ls ${{ github.workspace }}
|
||||||
|
nix --help
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
Loading…
Reference in a new issue