Forgejo Actions #5
1 changed files with 12 additions and 0 deletions
|
|
@ -4,6 +4,18 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
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:
|
define-matrix:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue