Skip to content

Commit a12ac6b

Browse files
committed
wip
1 parent 5b9d8ff commit a12ac6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
- name: Set database config - ${{ matrix.database }}
9797
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');"
9898

99+
- name: List discovered locations
100+
run: php ./tempest about
101+
99102
- name: List discovered locations
100103
run: php ./tempest discovery:status
101104

0 commit comments

Comments
 (0)