Skip to content

Commit

Permalink
ci: remove debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Apr 16, 2024
1 parent b0fc1b0 commit 3989b70
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ jobs:
node-version: '20.12.1'
cache: npm

- name: Remove some dependencies for Windows
if: ${{ runner.os == 'Windows' }}
run: chmod -R 777 . && npm rm pm2 chromium

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit 3989b70

Please sign in to comment.