mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-10-13 16:11:56 +03:00
tests.yml: Run tests on both Debian and Alpine base images.
This commit is contained in:
parent
067e18fae2
commit
1d79e86315
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue