Skip to content

Commit 951a1b3

Browse files
committed
Fix config file copy command in workflow
1 parent f0eca06 commit 951a1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.gh-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-node@v3
2121
with:
2222
node-version: '22.x'
23-
- run: (cd 5-6-7-Exercises; cp config.default.js config.js)
23+
- run: (cd 5-6-7-Exercises; cp config-default.js config.js)
2424
- run: (cd 2-3-4-Exercises; npm ci)
2525
- run: (cd 2-3-4-Exercises; npm test)
2626
- run: (cd 5-6-7-Exercises; npm run coverage)

0 commit comments

Comments
 (0)