Skip to content

Allow specifying a topic when subscribing to a document #150

Allow specifying a topic when subscribing to a document

Allow specifying a topic when subscribing to a document #150

name: Integration tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: docker-practice/actions-setup-docker@master
- run: docker-compose -f docker/docker-compose-ci.yml up --build -d
- name: Run tests
run: swift test --enable-code-coverage -v --filter YorkieIntegrationTests