We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5b031 commit 00916e2Copy full SHA for 00916e2
.github/workflows/node.js.yml
@@ -23,9 +23,9 @@ jobs:
23
uses: actions/setup-node@v1
24
with:
25
node-version: ${{ matrix.node-version }}
26
+ - name: Set PUBLISH_PLEASE_DISABLE_PROMPT
27
+ run: echo "PUBLISH_PLEASE_DISABLE_PROMPT=true" >> $GITHUB_ENV
28
- run: npm install && npm remove publish-please
- env:
- PUBLISH_PLEASE_DISABLE_PROMPT: true
29
- run: npm run test
30
- uses: coverallsapp/github-action@v1.1.1
31
0 commit comments