Skip to content

Allow specifying a topic when subscribing to a document #154

Allow specifying a topic when subscribing to a document

Allow specifying a topic when subscribing to a document #154

name: Integration tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Setup Docker on macOS
uses: douglascamata/setup-docker-macos-action@v1-alpha
- run: docker-compose -f docker/docker-compose-ci.yml up --build -d
- name: Run tests
run: swift test --enable-code-coverage -v --filter YorkieIntegrationTests