Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into test/workflows-ca…
Browse files Browse the repository at this point in the history
…ching
  • Loading branch information
armano2 committed Mar 24, 2021
2 parents 7d1e0fe + 17a7ce6 commit 0f6f677
Show file tree
Hide file tree
Showing 139 changed files with 4,775 additions and 4,390 deletions.
104 changes: 0 additions & 104 deletions .circleci/config.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
lint:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/migration-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
build:
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/v1-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
build:
timeout-minutes: 30
runs-on: windows-latest
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/v1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
test:
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/v2-build-blog-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
lint:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/v2-build-size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

jobs:
build:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/v2-tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
yarn-v1:
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -41,6 +42,7 @@ jobs:
env:
CI: true
yarn-v2:
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/v2-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
build:
timeout-minutes: 30
runs-on: windows-latest
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/v2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
test:
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
Loading

0 comments on commit 0f6f677

Please sign in to comment.