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