Update .forgejo/workflows/test.yaml
Some checks failed
/ build (push) Failing after 0s
/ ls (push) Failing after 45s

This commit is contained in:
Aaron Fischer 2023-10-05 22:46:24 +02:00
parent 1c9a460e82
commit 6155007c0f

View file

@ -1,8 +1,8 @@
on: [push]
jobs:
test:
ls:
runs-on: docker
steps:
- uses: actions/checkout@v3
- run: |
echo "hi"
hostname
ls ${{ github.workspace }}