We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5ca34 commit 0bd9480Copy full SHA for 0bd9480
.github/workflows/test.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/setup-node@v3
19
with:
20
node-version: ${{ matrix.node-version }}
21
+ - name: Setup
22
+ run: cp config.example.js config.js
23
- run: npm ci
24
- run: npm run dist
25
- run: npm test
0 commit comments