tests.yml: Run tests on both Debian and Alpine base images.

This commit is contained in:
Jack Greiner 2025-10-07 16:54:34 -04:00
parent 067e18fae2
commit 1d79e86315
No known key found for this signature in database
GPG key ID: F34343A8F6B33E1E

View file

@ -1,7 +1,14 @@
on: [ pull_request, push ] on: [ pull_request, push ]
jobs: jobs:
tests: tests:
strategy:
matrix:
image:
- code.forgejo.org/oci/node:22-trixie
- code.forgejo.org/oci/node:22-alpine
runs-on: docker runs-on: docker
container:
image: ${{ matrix.image }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4