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

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 22:17:07 +03:00
parent 3589b0e5b6
commit a7f9e3aba3

View file

@ -7,6 +7,11 @@ jobs:
container: container:
image: bitnami/minideb:bullseye-arm64 image: bitnami/minideb:bullseye-arm64
steps: steps:
- name: Dependencies
run: |
apt update
apt install node
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: