We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f63b470 + e6e835a commit fce4cdeCopy full SHA for fce4cde
1 file changed
.github/workflows/system-tests-spanner-emulator.yaml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install dependencies
50
run: |
51
# ensure composer uses local Core instead of pulling from packagist
52
- composer config repositories.local --json '{"type":"path", "url": "../Core", "options": {"versions": {"google/cloud-core": "1.100"}}}' -d Spanner
+ # composer config repositories.local --json '{"type":"path", "url": "../Core", "options": {"versions": {"google/cloud-core": "1.100"}}}' -d Spanner
53
composer update --prefer-dist --no-interaction --no-suggest -d Spanner/
54
55
- name: Run system tests
0 commit comments