Skip to content

chore(deps): bump actions/checkout from 3 to 4 #92

chore(deps): bump actions/checkout from 3 to 4

chore(deps): bump actions/checkout from 3 to 4 #92

Workflow file for this run

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: ruby
sdk-github-sha: ${{github.event.pull_request.head.sha}}
github-token: ${{ secrets.TEST_HARNESS_GH_SECRET }}