Skip to content

Commit 52c3c6a

Browse files
Update CI task to expect pulsar-next binary name
1 parent b2e0aea commit 52c3c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
run: |
269269
rm -R node_modules/electron; yarn install --check-files
270270
./binaries/*AppImage --appimage-extract
271-
export BINARY_NAME='squashfs-root/pulsar'
271+
export BINARY_NAME='squashfs-root/pulsar-next'
272272
mkdir -p ./tests/videos
273273
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
274274

0 commit comments

Comments
 (0)