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:
|
||||
Explore-CI:
|
||||
runs-on: docker
|
||||
container: nixos/nix
|
||||
steps:
|
||||
- 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."
|
||||
|
@ -16,4 +17,5 @@ jobs:
|
|||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
nix --help
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
Loading…
Reference in a new issue