Skip to content

Bump org.postgresql:postgresql from 42.7.5 to 42.7.6 (#123) #169

Bump org.postgresql:postgresql from 42.7.5 to 42.7.6 (#123)

Bump org.postgresql:postgresql from 42.7.5 to 42.7.6 (#123) #169

Workflow file for this run

name: Run Tests on Project
on:
pull_request:
push:
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Run Test
run: ./gradlew test