Add test workflow.
Some checks failed
/ test (push) Failing after 7s

This commit is contained in:
Madeorsk 2025-03-30 12:34:13 +02:00
parent 8afce56b9e
commit 7249dd86f1
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F

View file

@ -0,0 +1,15 @@
on: [push]
jobs:
test:
runs-on: docker
container:
image: node:latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
- run: corepack enable
- run: yarn install
- run: yarn test