Skip to content

Bump com.github.navikt:rapids-and-rivers from 2024010209171704183456.6d035b91ffb4 to 2024041714471713358051.71746f05c18e #79

Bump com.github.navikt:rapids-and-rivers from 2024010209171704183456.6d035b91ffb4 to 2024041714471713358051.71746f05c18e

Bump com.github.navikt:rapids-and-rivers from 2024010209171704183456.6d035b91ffb4 to 2024041714471713358051.71746f05c18e #79

Workflow file for this run

name: Build Pull Request
on:
pull_request:
paths-ignore:
- '**.md'
- '.gitignore'
- 'LICENSE'
- 'CODEOWNERS'
- 'kafka/*'
- 'alerts/*'
- '.github/**'
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: gradle
- name: Kjør tester
run: ./gradlew test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}