chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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@v6
|
||||
- name: Build docker image
|
||||
run: docker build -t local --file testing/ReplicationTestDockerfile .
|
||||
- name: Run tests
|
||||
run: docker run --detach=false local
|
||||
Reference in New Issue
Block a user