Skip to content

Commit b7cbdae

Browse files
committed
ci: allow build and test steps to run in parallel
1 parent da6f7be commit b7cbdae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/npm_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
test:
9696
name: Test
9797
runs-on: macos-15-intel
98-
needs: build
9998
steps:
10099
- name: Harden the runner (Audit all outbound calls)
101100
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0

.github/workflows/pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
test:
8686
name: Test
8787
runs-on: macos-15-intel
88-
needs: build
8988
steps:
9089
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9190
with:

0 commit comments

Comments
 (0)