We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d463258 commit 9289ffbCopy full SHA for 9289ffb
.github/workflows/integration-tests.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: ankane/setup-postgres@v1
59
60
- name: Set database config - ${{ matrix.database }}
61
- run: php -r "file_exists('tests/Fixtures/Config/database.config.php') || copy('tests/Fixtures/Config/database.config.${{ matrix.database }}.php', 'tests/Fixtures/Config/database.config.php');"
+ run: php -r "file_exists('tests/Fixtures/Config/database.config.php') || copy('tests/Fixtures/Config/database.${{ matrix.database }}.config.php', 'tests/Fixtures/Config/database.config.php');"
62
63
- name: List Discovered Locations
64
run: php ./tempest discovery:status
0 commit comments