Skip to content

Bump the dependency-updates group across 1 directory with 2 updates #807

Bump the dependency-updates group across 1 directory with 2 updates

Bump the dependency-updates group across 1 directory with 2 updates #807

Workflow file for this run

name: CI
on: [push, pull_request]
env:
HADOOP_USER_NAME: hive
jobs:
maven-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'temurin'
cache: 'maven'
- name: Configure Problem Matchers
run: |
echo "::add-matcher::.github/problem-matcher.json"
echo "::remove-matcher owner=java::"
- name: Maven Checks
run: |
./mvnw -B clean install
- name: Upload test report
uses: actions/upload-artifact@v4
if: always()
with:
name: test report ${{ github.job }}
path: |
**/surefire-reports/TEST-*.xml
retention-days: 5