Skip to content

chore(deps): bump testContainersVersion from 1.18.3 to 1.19.0 #15

chore(deps): bump testContainersVersion from 1.18.3 to 1.19.0

chore(deps): bump testContainersVersion from 1.18.3 to 1.19.0 #15

Workflow file for this run

name: Check
on:
push:
branches-ignore:
- main
paths-ignore:
- '**.md'
concurrency:
group: check-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Initialization
uses: ./.github/actions/init
with:
jdk: 17
- name: Build
uses: gradle/[email protected]
with:
arguments: build -x test
- name: Test
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
max_attempts: 10
command: ./gradlew test