Skip to content

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-reactor to v1.10.1 #1380

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-reactor to v1.10.1

Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-reactor to v1.10.1 #1380

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: gradle
- uses: actions/setup-python@v5
with:
python-version: '3.12.1'
cache: 'pip'
- name: Install python dependencies (copier)
run: pip install -r requirements.txt
- name: Run tests
run: ./runTests.sh