Update .forgejo/workflows/test.yaml
This commit is contained in:
parent
1c9a460e82
commit
6155007c0f
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
ls:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
- run: |
|
- run: |
|
||||||
echo "hi"
|
ls ${{ github.workspace }}
|
||||||
hostname
|
|
Loading…
Reference in a new issue