Skip to content

Bump com.squareup.okhttp3:okhttp from 5.3.1 to 5.3.2 #518

Bump com.squareup.okhttp3:okhttp from 5.3.1 to 5.3.2

Bump com.squareup.okhttp3:okhttp from 5.3.1 to 5.3.2 #518

Workflow file for this run

name: Execute Tests
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
name: Build and test
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Java
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
- name: Build project
run: ./gradlew build -x test -s
- name: Run tests
run: ./gradlew test