Skip to content

Update blunderbuss.yml #4

Update blunderbuss.yml

Update blunderbuss.yml #4

on:
push:
branches:
- main
pull_request:
name: Run Django Spanner integration tests against emulator 3.8
jobs:
system-tests:
runs-on: ubuntu-latest
services:
emulator:
image: gcr.io/cloud-spanner-emulator/emulator:latest
ports:
- 9010:9010
- 9020:9020
steps:

Check failure on line 18 in .github/workflows/integration-tests-against-emulator-3.8.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration-tests-against-emulator-3.8.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install nox
run: python -m pip install nox
with:
python-version: 3.8
- name: Run nox
run: nox -s unit-3.8
env:
SPANNER_EMULATOR_HOST: localhost:9010
GOOGLE_CLOUD_PROJECT: emulator-test-project
GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE: true