We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pulsar-next
1 parent b2e0aea commit 52c3c6aCopy full SHA for 52c3c6a
.github/workflows/build.yml
@@ -268,7 +268,7 @@ jobs:
268
run: |
269
rm -R node_modules/electron; yarn install --check-files
270
./binaries/*AppImage --appimage-extract
271
- export BINARY_NAME='squashfs-root/pulsar'
+ export BINARY_NAME='squashfs-root/pulsar-next'
272
mkdir -p ./tests/videos
273
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
274
0 commit comments