CItest/.forgejo/workflows/demo.yaml
asandikci a7f9e3aba3
Some checks failed
/ test (push) Failing after 10s
Update .forgejo/workflows/demo.yaml
2024-11-10 22:17:07 +03:00

18 lines
No EOL
324 B
YAML

on:
push:
workflow_dispatch:
jobs:
test:
runs-on: docker
container:
image: bitnami/minideb:bullseye-arm64
steps:
- name: Dependencies
run: |
apt update
apt install node
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0