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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: linux_arm
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
echo "hi"
|
echo "hi"
|
||||||
|
|
Loading…
Reference in a new issue