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
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:
parent
636491fd22
commit
d4e5268f1c
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue