Test2
Some checks failed
shared matrix / test (18, bookworm) (push) Failing after 22s
shared matrix / test (18, bullseye) (push) Failing after 2s
shared matrix / test (20, bookworm) (push) Failing after 2s
shared matrix / test (20, bullseye) (push) Failing after 2s
shared matrix / define-matrix (push) Successful in 0s
shared matrix / produce-artifacts (push) Failing after 1s
shared matrix / consume-artifacts (push) Has been skipped

This commit is contained in:
pazpi 2025-12-07 22:58:18 +01:00
parent 636491fd22
commit d4e5268f1c

View file

@ -4,6 +4,18 @@ on:
workflow_dispatch:
jobs:
test:
runs-on: nix
strategy:
matrix:
variant: ['bookworm', 'bullseye']
node: ['18', '20']
steps:
- uses: https://code.forgejo.org/actions/setup-node@v4
with:
node-version: '${{ matrix.node }}'
define-matrix:
runs-on: nix