Skip to content

Bump the pipeline group across 1 directory with 6 updates #356

Bump the pipeline group across 1 directory with 6 updates

Bump the pipeline group across 1 directory with 6 updates #356

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: sudo systemctl start postgresql.service ; pg_isready
- run: cat db-migration/initdb.d/01_docker-bootstrap.sql | sudo -u postgres psql -f -
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
distribution: 'temurin'
java-version: '17'
- name: Check
uses: gradle/actions/setup-gradle@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4.0.1
env:
DATABASE_HOST: localhost
with:
arguments: check