Skip to content

Change the value of XXXChange to Change in Document.subscribe #159

Change the value of XXXChange to Change in Document.subscribe

Change the value of XXXChange to Change in Document.subscribe #159

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