Skip to content

fix: tests.system.test_database_api: test_table_not_found failed #1484 #1549

fix: tests.system.test_database_api: test_table_not_found failed #1484

fix: tests.system.test_database_api: test_table_not_found failed #1484 #1549

on:
push:
branches:
- main
pull_request:
name: Run Spanner tests against an in-mem mock server
jobs:
mock-server-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: 3.14
- name: Install nox
run: python -m pip install nox
- name: Run mock server tests
run: nox -s mockserver