Skip to content

Commit

Permalink
chore(ci): make tests run on windows as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Pupix committed Jan 15, 2025
1 parent e3e58d8 commit 9df693c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest

runs-on: ${{ matrix.os }}

services:
postgres:
image: postgres:alpine
Expand Down Expand Up @@ -38,6 +45,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3

0 comments on commit 9df693c

Please sign in to comment.