Merge pull request #554 from jamesward/dependabot/gradle/kotlin-arrow… #537
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated file. DO NOT EDIT. | |
'on': | |
push: | |
paths: | |
- kotlin-arrow/** | |
- .github/workflows/kotlin-arrow.yaml | |
pull_request: | |
paths: | |
- kotlin-arrow/** | |
- .github/workflows/kotlin-arrow.yaml | |
workflow_run: | |
workflows: | |
- scenario-server | |
types: | |
- completed | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
if: ${{ github.event.workflow_run == null || github.event.workflow_run.conclusion == 'success' }} | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-java@v4 | |
with: | |
distribution: temurin | |
java-version: '20' | |
cache: gradle | |
- run: ./gradlew test | |
working-directory: kotlin-arrow | |
defaults: | |
run: | |
working-directory: kotlin-arrow |