Update .forgejo/workflows/demo.yaml
/ test (push) Failing after 1m9s
Details
/ test (push) Failing after 1m9s
Details
This commit is contained in:
parent
2f5fae26c7
commit
c143a4626f
|
@ -2,6 +2,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue