2024-10-30 01:50:12 +03:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
workflow_dispatch:
|
2024-10-29 18:47:44 +03:00
|
|
|
jobs:
|
|
|
|
test:
|
2024-11-10 21:58:37 +03:00
|
|
|
runs-on: docker
|
2024-11-10 22:14:42 +03:00
|
|
|
container:
|
|
|
|
image: bitnami/minideb:bullseye-arm64
|
2024-11-10 21:59:30 +03:00
|
|
|
steps:
|
2024-11-10 22:17:07 +03:00
|
|
|
- name: Dependencies
|
|
|
|
run: |
|
|
|
|
apt update
|
|
|
|
apt install node
|
|
|
|
|
2024-11-10 22:11:56 +03:00
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|