Skip to content

Update triplea_maps.yaml (#11559) #58

Update triplea_maps.yaml (#11559)

Update triplea_maps.yaml (#11559) #58

name: Test Coverage Report
on:
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:10
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Run Coverage Report
run: .build/run-coverage-report