Skip to content

Commit 9289ffb

Browse files
authored
ci: fix database config (#609)
1 parent d463258 commit 9289ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: ankane/setup-postgres@v1
5959

6060
- 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');"
61+
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');"
6262

6363
- name: List Discovered Locations
6464
run: php ./tempest discovery:status

0 commit comments

Comments
 (0)