Update .forgejo/workflows/test.yaml
Some checks failed
/ test (push) Failing after 3m8s
/ build (push) Failing after 13s

This commit is contained in:
Aaron Fischer 2023-10-02 23:43:53 +02:00
parent d87c649f58
commit 745679b462

View file

@ -1,7 +1,8 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: docker runs-on: linux_arm
steps: steps:
- run: | - run: |
echo "hi" echo "hi"
hostname