Skip to content

Bump com.github.navikt:dp-grunnbelop #100

Bump com.github.navikt:dp-grunnbelop

Bump com.github.navikt:dp-grunnbelop #100

name: Test Dependabot PRs
on:
push:
branches:
- 'dependabot/**'
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- uses: gradle/actions/setup-gradle@v4
env:
ORG_GRADLE_PROJECT_githubUser: x-access-token
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- run: ./gradlew --configuration-cache test