Skip to content

Commit

Permalink
Update CI task to expect pulsar-next binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Nov 3, 2024
1 parent b2e0aea commit 52c3c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
run: |
rm -R node_modules/electron; yarn install --check-files
./binaries/*AppImage --appimage-extract
export BINARY_NAME='squashfs-root/pulsar'
export BINARY_NAME='squashfs-root/pulsar-next'
mkdir -p ./tests/videos
Xvfb -screen 0 1024x768x24+32 :99 & nohup ffmpeg -video_size 1024x768 -f x11grab -i :99.0 ./tests/videos/out.mpg & DISPLAY=:99 PLAYWRIGHT_JUNIT_OUTPUT_NAME=report.xml npx playwright test --reporter=junit,list
Expand Down

0 comments on commit 52c3c6a

Please sign in to comment.