Skip to content

Commit 0e0334e

Browse files
committed
fix CI
1 parent 2bd14a7 commit 0e0334e

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
@@ -350,7 +350,7 @@ jobs:
350350

351351
job_required_jobs_passed:
352352
name: All required jobs passed
353-
needs: [job_lint, job_test_bindings, job_test_electron]
353+
needs: [job_lint, job_test_bindings, job_test_electron, job_test_bundling]
354354
# Always run this, even if a dependent job failed
355355
if: always()
356356
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)