Skip to content

Commit 28e5673

Browse files
committed
CI alignment
1 parent 1df9021 commit 28e5673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build and test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
name: Test suite for Node
7676
permissions:
7777
contents: read
78-
needs: [build]
78+
needs: [build, verify-formatting]
7979
runs-on: blacksmith-4vcpu-ubuntu-2204
8080
strategy:
8181
matrix:
@@ -113,7 +113,7 @@ jobs:
113113
name: Test suite for Browser
114114
permissions:
115115
contents: read
116-
needs: [build]
116+
needs: [build, verify-formatting]
117117
runs-on: blacksmith-4vcpu-ubuntu-2204
118118
steps:
119119
- name: Harden Runner

0 commit comments

Comments
 (0)