Skip to content

Update Version.swift (#85) #164

Update Version.swift (#85)

Update Version.swift (#85) #164

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 using Colima, Lima-VM, and Homebrew.
uses: ./ # Uses an action in the root directory
id: docker
- run: docker-compose -f docker/docker-compose-ci.yml up --build -d
- name: Run tests
run: swift test --enable-code-coverage -v --filter YorkieIntegrationTests