Skip to content

Commit 12ed36f

Browse files
Merge pull request #191 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents c64936a + 1e2bf28 commit 12ed36f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: Coverage
5858
needs: eslint
5959
runs-on: ubuntu-latest
60-
timeout-minutes: 5
60+
timeout-minutes: 10
6161
strategy:
6262
matrix:
6363
node: ['11', '12']
@@ -153,7 +153,7 @@ jobs:
153153
if: env.RUNNING && matrix.target == 'npm'
154154
- name: Set running flag
155155
run: |
156-
LATEST=`npm view . version`
156+
LATEST=`npm view . version` 2> /dev/null || :
157157
CURRENT=`cat package.json | jq -r .version`
158158
if [ "$LATEST" = "$CURRENT" ]; then
159159
echo "::set-env name=RUNNING::"

0 commit comments

Comments
 (0)