Skip to content

Commit

Permalink
Added debug step
Browse files Browse the repository at this point in the history
Signed-off-by: John Rofrano <[email protected]>
  • Loading branch information
rofrano committed Dec 11, 2024
1 parent 0f9a1f9 commit 2b51a41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bdd-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
env:
DATABASE_URI: "postgresql+psycopg://postgres:pgs3cr3t@postgres:5432/testdb"

- name: Debug runtime environment
run: which firefox; which geckodriver; echo $PATH; env

- name: Run Integration Tests
run: behave
env:
Expand Down

0 comments on commit 2b51a41

Please sign in to comment.