chore: ci pass again (update jest later)

This commit is contained in:
divlo
2021-05-28 10:13:00 +02:00
parent d6bd5e5cd7
commit 65bc3314cc
5 changed files with 6825 additions and 9059 deletions

View File

@ -5,13 +5,11 @@ name: 'Lint Commit Messages'
on:
push:
branches: [master, develop]
pull_request_review:
pull_request:
branches: [master, develop]
types: [submitted]
jobs:
commitlint:
if: ${{ (github.event_name == 'push') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved' && (github.event.review.author_association == 'COLLABORATOR' || github.event.review.author_association == 'MEMBER' || github.event.review.author_association == 'OWNER') && !github.event.pull_request.draft && github.event.pull_request.state == 'open') }}
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2.3.4'

View File

@ -5,13 +5,11 @@ name: 'Node.js CI'
on:
push:
branches: [master, develop]
pull_request_review:
pull_request:
branches: [master, develop]
types: [submitted]
jobs:
ci_app:
if: ${{ (github.event_name == 'push') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved' && (github.event.review.author_association == 'COLLABORATOR' || github.event.review.author_association == 'MEMBER' || github.event.review.author_association == 'OWNER') && !github.event.pull_request.draft && github.event.pull_request.state == 'open') }}
runs-on: 'ubuntu-latest'
strategy:
matrix: