test
This commit is contained in:
parent
0fc85c4a09
commit
90d7da13a3
1 changed files with 1 additions and 3 deletions
|
@ -19,9 +19,7 @@ jobs:
|
||||||
- name: "Directory Structure"
|
- name: "Directory Structure"
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}
|
ls ${{ github.workspace }}
|
||||||
# - uses: ./.forgejo/actions/nixos-docker
|
- uses: .forgejo/actions/nixos-docker
|
||||||
- name: "Check for apk"
|
|
||||||
run: apk version
|
|
||||||
- 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."
|
||||||
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||||
|
|
Loading…
Reference in a new issue