Skip to content

Commit 232203b

Browse files
authored
chore: update test command in release workflow to use npm instead of pnpm -r test (#434)
1 parent a9c71da commit 232203b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
sudo apt-get install -y xvfb libxss1 libgtk-3-0 libgconf-2-4 libnss3 libxrandr2 libasound2 libpangocairo-1.0-0 libatk1.0-0 libcairo-gobject2 libgtk-3-0 libgdk-pixbuf2.0-0
281281
282282
- name: Test on Linux
283-
run: xvfb-run -a pnpm -r test
283+
run: xvfb-run -a npm run test
284284

285285
build:
286286
env:

0 commit comments

Comments
 (0)