We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21ec7b commit c1eaf21Copy full SHA for c1eaf21
1 file changed
.github/workflows/nodejs.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/setup-node@v1
25
with:
26
node-version: ${{ matrix.node-version }}
27
- - run: npm ci
28
- - run: npm run build --if-present
+ # - run: npm ci
+ # - run: npm run build --if-present
29
- run: npm test
30
0 commit comments