mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2025-11-07 19:06:55 +00:00
tests.yml: Run tests on both Debian and Alpine base images.
This commit is contained in:
parent
067e18fae2
commit
854ee4ce4f
1 changed files with 5 additions and 0 deletions
|
|
@ -1,7 +1,12 @@
|
||||||
on: [ pull_request, push ]
|
on: [ pull_request, push ]
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
tag: [lts, lts-alpine]
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: "node:${{ matrix.tag }}"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue