Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aliariff committed Feb 11, 2024
1 parent 0d9d137 commit dd2effa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
windows-toolchain: "default"
- name: Install dependencies
run: |
echo $PATH
npm install
gem install htmlbeautifier
echo $PATH
which htmlbeautifier
which bundler
shell: bash
- name: Run headless test (${{ matrix.os }})
run: xvfb-run -a npm test
Expand Down

0 comments on commit dd2effa

Please sign in to comment.