Skip to content

Bump org.mockito:mockito-core from 5.6.0 to 5.8.0 #104

Bump org.mockito:mockito-core from 5.6.0 to 5.8.0

Bump org.mockito:mockito-core from 5.6.0 to 5.8.0 #104

name: Run Test Harness
on:
pull_request:
branches: [main]
jobs:
harness-tests:
name: Harness Tests
runs-on:
labels: ubuntu-latest-4-core
steps:
- uses: DevCycleHQ/test-harness@main
with:
sdks-to-test: java
sdk-github-sha: ${{github.event.pull_request.head.sha}}
github-token: ${{ secrets.TEST_HARNESS_GH_SECRET }}