mirror of
https://github.com/maplibre/martin.git
synced 2024-12-21 05:41:55 +03:00
Run tests on ubuntu, macos, and windows
This commit is contained in:
parent
92f768bb3e
commit
07a4e5c6de
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -73,7 +73,10 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test Suite
|
name: Test Suite
|
||||||
runs-on: ubuntu-latest
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgis/postgis:14-3.1-alpine
|
image: postgis/postgis:14-3.1-alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user