Skip to content

Commit

Permalink
drop! debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Dec 21, 2023
1 parent 87e0318 commit b553d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- run: npm test
- name: test-install ffmpeg-static as dependency
run: |
set -x
file=$(npm pack -s) && file=$(realpath $file)
cd $(mktemp -d) && npm init -y
npm i "$file"
Expand Down

0 comments on commit b553d37

Please sign in to comment.