Skip to content

Bump testcontainers.version from 1.19.4 to 1.19.5 #335

Bump testcontainers.version from 1.19.4 to 1.19.5

Bump testcontainers.version from 1.19.4 to 1.19.5 #335

name: HC Build on PR
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Build Node
run: make build-npm
- name: Test Node
run: make test-npm
- name: Build and Test
run: mvn clean install jacoco:prepare-agent package jacoco:report