Skip to content

[auto-bump] [no-release-notes] dependency by zachmu #1315

[auto-bump] [no-release-notes] dependency by zachmu

[auto-bump] [no-release-notes] dependency by zachmu #1315

name: Replication Tests
on: [pull_request]
concurrency:
group: ci-replication-tests-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
testing-job:
runs-on: ubuntu-22.04
timeout-minutes: 10
name: Run tests
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Build docker image
run: docker build -t local --file testing/ReplicationTestDockerfile .
- name: Run tests
run: docker run --detach=false local