mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +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:
|
||||
name: Test Suite
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
services:
|
||||
postgres:
|
||||
image: postgis/postgis:14-3.1-alpine
|
||||
|
Loading…
Reference in New Issue
Block a user