Skip to content

Commit 0bd9480

Browse files
committed
config in action
1 parent 1c5ca34 commit 0bd9480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/setup-node@v3
1919
with:
2020
node-version: ${{ matrix.node-version }}
21+
- name: Setup
22+
run: cp config.example.js config.js
2123
- run: npm ci
2224
- run: npm run dist
2325
- run: npm test

0 commit comments

Comments
 (0)