Skip to content

Commit

Permalink
Revert make test job in run-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
apstndb committed Oct 25, 2024
1 parent 0bcf8aa commit 1315dd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ jobs:
PROJECT: fake-project
INSTANCE: fake-instance
DATABASE: fake-database
- name: make test with Cloud Spanner Emulator
run: make test
env:
SPANNER_EMULATOR_HOST: localhost:9010
SPANNER_EMULATOR_HOST_REST: localhost:9020
PROJECT: fake-project
INSTANCE: fake-instance
DATABASE: fake-database

0 comments on commit 1315dd5

Please sign in to comment.