Skip to content

Commit

Permalink
Start installed PostgreSQL instance on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Sep 12, 2024
1 parent b43a340 commit 66cc921
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/crosschecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,10 @@ jobs:
java: [ '21', '23-ea' ]
os: [ubuntu-latest, windows-latest, macos-latest]

services:
postgres:
image: postgres:16
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432

steps:
- name: Start PostgreSQL on Windows
if: runner.os == 'Windows'
run: net start postgresql-x64-14
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Java JDK
Expand Down

0 comments on commit 66cc921

Please sign in to comment.