Skip to content

Commit f0eca06

Browse files
committed
Copy config.default.js to config.js in CI workflow
1 parent 444640b commit f0eca06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/.gh-action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +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)
2324
- run: (cd 2-3-4-Exercises; npm ci)
2425
- run: (cd 2-3-4-Exercises; npm test)
2526
- run: (cd 5-6-7-Exercises; npm run coverage)

0 commit comments

Comments
 (0)