Skip to content

chore(deps-dev): bump io.github.microcks:microcks-testcontainers #200

chore(deps-dev): bump io.github.microcks:microcks-testcontainers

chore(deps-dev): bump io.github.microcks:microcks-testcontainers #200

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- '*.md'
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- '*.md'
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Java
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build Java components
run: mvn -B test