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] 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