Skip to content

Commit

Permalink
add debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
RFSH committed Sep 16, 2023
1 parent 4233476 commit c832ead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
run: |
sudo mkdir -p /var/www/html/chaise
cd chaise
which chrome
chrome --version
make deps-test
make dist-wo-deps
Expand Down Expand Up @@ -151,6 +152,8 @@ jobs:
continue-on-error: true
run: |
cd chaise
which chrome
chrome --version
make testfullfeaturesconfirmation
- name: Run default config test spec
id: test-default-config
Expand Down

0 comments on commit c832ead

Please sign in to comment.