Update .forgejo/workflows/test.yaml
This commit is contained in:
parent
d87c649f58
commit
745679b462
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
runs-on: linux_arm
|
||||
steps:
|
||||
- run: |
|
||||
echo "hi"
|
||||
echo "hi"
|
||||
hostname
|
Loading…
Reference in a new issue