Skip to content

Update dependencies & GitHub Actions #101

Update dependencies & GitHub Actions

Update dependencies & GitHub Actions #101

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: build and test
jobs:
test:
runs-on: ubuntu-latest
services:
emulator:
image: gcr.io/cloud-spanner-emulator/emulator:1.5.29
ports:
- 9010:9010
- 9020:9020
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version-file: ./go.mod
- run: go version
- run: make setup-emulator
- name: make test with Cloud Spanner Emulator
run: make test