Skip to content

Commit 0e011c1

Browse files
committed
chore: Reduced parallelism in E2E test on CI/CD
1 parent 81b4930 commit 0e011c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
dbus-run-session -- bash -c "
6363
rm -f \$HOME/.local/share/keyrings/* &&
6464
echo -n 'test' | gnome-keyring-daemon --unlock &&
65-
./test/e2e/run.sh --no-build
65+
./test/e2e/run.sh --no-build --parallel 4
6666
"

0 commit comments

Comments
 (0)