Skip to content

build(deps): bump kotlinVersion from 1.9.20 to 1.9.21 #240

build(deps): bump kotlinVersion from 1.9.20 to 1.9.21

build(deps): bump kotlinVersion from 1.9.20 to 1.9.21 #240

Workflow file for this run

name: Test pull requests
on: pull_request
jobs:
test:
name: Run tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'
cache: 'gradle'
- name: Run tests
run: ./gradlew clean test
- name: Unit tests results
if: always()
uses: actions/upload-artifact@v3
with:
name: unit-tests-results
path: build/reports/tests