Update .forgejo/workflows/demo.yaml
Some checks failed
/ test (push) Failing after 21s

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 22:14:42 +03:00
parent 2e9f59bbc4
commit 3589b0e5b6

View file

@ -4,6 +4,8 @@ on:
jobs:
test:
runs-on: docker
container:
image: bitnami/minideb:bullseye-arm64
steps:
- name: Checkout
uses: actions/checkout@v4