Skip to content

Bump codecov/codecov-action from 5.4.3 to 5.5.1 #582

Bump codecov/codecov-action from 5.4.3 to 5.5.1

Bump codecov/codecov-action from 5.4.3 to 5.5.1 #582

name: JDK 17 Build & Tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 12
strategy:
matrix:
java-version: ["17"]
permissions:
contents: read
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Install JDK
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
java-version: ${{ matrix.java-version }}
distribution: "adopt"
- name: Run all tests
run: |
./scripts/run_no_prep_tests.sh -ci
env:
SKIP_UNSTABLE_TESTS: 1