Skip to content

Commit f3dd1f3

Browse files
authored
Ci fix database config (#610)
1 parent 4680289 commit f3dd1f3

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.${{ matrix.database }}.config.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 }}.php', 'tests/Fixtures/Config/database.config.php');"
6262

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

0 commit comments

Comments
 (0)