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]
|
||||
jobs:
|
||||
test:
|
||||
ls:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
echo "hi"
|
||||
hostname
|
||||
ls ${{ github.workspace }}
|
Loading…
Reference in a new issue