chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /.kokoro #477
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
name: django3.2-tests5 | |
jobs: | |
system-tests: | |
runs-on: ubuntu-latest | |
services: | |
emulator-0: | |
image: gcr.io/cloud-spanner-emulator/emulator:latest | |
ports: | |
- 9010:9010 | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Setup Python | |
uses: actions/setup-python@v5 | |
with: | |
python-version: 3.8 | |
- name: Run Django tests | |
run: sh django_test_suite_3.2.sh | |
env: | |
SPANNER_EMULATOR_HOST: localhost:9010 | |
GOOGLE_CLOUD_PROJECT: emulator-test-project | |
GOOGLE_CLOUD_TESTS_CREATE_SPANNER_INSTANCE: true | |
RUNNING_SPANNER_BACKEND_TESTS: 1 | |
SPANNER_TEST_INSTANCE: google-cloud-django-backend-tests | |
DJANGO_TEST_APPS: file_storage m2m_recursive reverse_lookup managers_regress basic annotations unmanaged_models string_lookup aggregation_regress reserved_names select_for_update many_to_one cache select_related_regress flatpages_tests model_formsets_regress |