Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilly2fast committed Sep 2, 2024
2 parents 806b2b7 + 3d5af2c commit 591c203
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y ffmpeg
- name: Debug environment
run: |
echo "Node version: $(node -v)"
echo "NPM version: $(npm -v)"
echo "Yarn version: $(yarn -v)"
echo "PATH: $PATH"
echo "PWD: $PWD"
ls -R node_modules/@ffprobe-installer
ls -R node_modules/@ffmpeg-installer
- name: Install root dependencies
run: yarn install
Expand All @@ -55,6 +46,16 @@ jobs:
cd dev
yarn install
- name: Debug environment
run: |
echo "Node version: $(node -v)"
echo "NPM version: $(npm -v)"
echo "Yarn version: $(yarn -v)"
echo "PATH: $PATH"
echo "PWD: $PWD"
ls -R node_modules/@ffprobe-installer
ls -R node_modules/@ffmpeg-installer
- name: Set up environment variables
run: |
cd dev
Expand Down

0 comments on commit 591c203

Please sign in to comment.