We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a6b39 commit 691e07cCopy full SHA for 691e07c
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"}},"canonical":false}' -d Spanner
53
composer update --prefer-dist --no-interaction --no-suggest -d Spanner/
54
55
- name: Run system tests
0 commit comments