Skip to content

Commit 2b51a41

Browse files
committed
Added debug step
Signed-off-by: John Rofrano <johnnyroy@johnrofrano.com>
1 parent 0f9a1f9 commit 2b51a41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bdd-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
env:
5858
DATABASE_URI: "postgresql+psycopg://postgres:pgs3cr3t@postgres:5432/testdb"
5959

60+
- name: Debug runtime environment
61+
run: which firefox; which geckodriver; echo $PATH; env
62+
6063
- name: Run Integration Tests
6164
run: behave
6265
env:

0 commit comments

Comments
 (0)