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

19 lines
No EOL
350 B
YAML

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