Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 1bfb8cc

Browse files
Merge pull request #346 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents fef7a2f + abb2ba1 commit 1bfb8cc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on: push
33
name: CI
44

55
env:
6-
CI: 1
76
TRAVIS_BUILD_DIR: ${{ github.workspace }}
87

98
jobs:
@@ -141,7 +140,7 @@ jobs:
141140
name: Coverage
142141
needs: eslint
143142
runs-on: ubuntu-latest
144-
timeout-minutes: 5
143+
timeout-minutes: 10
145144
strategy:
146145
matrix:
147146
node: ['11', '12']
@@ -213,7 +212,7 @@ jobs:
213212
name: PHPUnit
214213
needs: [phpcs, phpmd]
215214
runs-on: ubuntu-16.04
216-
timeout-minutes: 5
215+
timeout-minutes: 10
217216
services:
218217
mysql:
219218
image: mysql

.github/workflows/update-dependencies.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
name: Update dependencies
1010

1111
env:
12-
CI: 1
1312
GITHUB_ACTION: 1
1413
TRAVIS_BUILD_DIR: ${{ github.workspace }}
1514

0 commit comments

Comments
 (0)