Skip to content

Bump io.ktor:ktor-client-java from 2.3.5 to 2.3.6 in /kotlin-coroutines #148

Bump io.ktor:ktor-client-java from 2.3.5 to 2.3.6 in /kotlin-coroutines

Bump io.ktor:ktor-client-java from 2.3.5 to 2.3.6 in /kotlin-coroutines #148

on:
workflow_run:
workflows: [scenario-server]
types: [completed]
push:
paths:
- kotlin-coroutines/**
- .github/workflows/kotlin-coroutines.yaml
pull_request:
paths:
- kotlin-coroutines/**
- .github/workflows/kotlin-coroutines.yaml
jobs:
test:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run == null || github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- run: ./gradlew test
working-directory: ./kotlin-coroutines