Skip to content

fix(deps): update all patch and minor versions #90

fix(deps): update all patch and minor versions

fix(deps): update all patch and minor versions #90

name: Prometheus Test
on:
pull_request:
branches:
- main
paths:
- .github/workflows/prometheus-test.yml
- .github/scripts/prometheus-test.sh
- 'prometheus/**'
workflow_dispatch:
permissions:
contents: read
jobs:
acceptance-tests:
runs-on: ubuntu-24.04
steps:
- name: Check out
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Set up JDK for running Gradle
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with:
distribution: temurin
java-version: 17
- name: Set up gradle
uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0
with:
cache-read-only: true
- name: Run Prometheus test
run: .github/scripts/prometheus-test.sh