Skip to content

Commit f0f3344

Browse files
committed
docs: fix test
1 parent ae6228c commit f0f3344

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,18 @@ jobs:
9696

9797
semantic:
9898
name: "Semantic Release Dry Run"
99-
needs: [run-ci]
10099
runs-on: ubuntu-latest
101100
if: ${{ !github.event.pull_request.draft }}
102101
steps:
103-
- name: Setup nodeJs
102+
- id: checkout
103+
name: Checkout Repository
104+
uses: actions/checkout@v6
105+
106+
- name: Setup Nodejs
104107
uses: actions/setup-node@v6
105108
with:
106109
node-version: ${{ env.NODE_VERSION }}
107110

108-
- name: Check out code into the Go module directory
109-
uses: actions/checkout@v6
110-
111111
- name: Install dependencies
112112
run: npm ci
113113

0 commit comments

Comments
 (0)