Skip to content

feat: support AutoMigrate for modifying existing tables #5

feat: support AutoMigrate for modifying existing tables

feat: support AutoMigrate for modifying existing tables #5

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
name: Integration tests on Emulator
jobs:
emulator-tests:
runs-on: ubuntu-latest
services:
emulator:
image: gcr.io/cloud-spanner-emulator/emulator:latest
ports:
- 9010:9010
- 9020:9020
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v3
- name: Run integration tests on Emulator
run: go test -v
env:
SPANNER_EMULATOR_HOST: localhost:9010