Skip to content

Commit

Permalink
Add typesense.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed May 31, 2024
1 parent b120bbe commit a966b92
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 50 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name: Code style

on:
push:
branches:
- "**"
paths-ignore:
- "art/**"
- "README.md"
pull_request:
types: [ready_for_review, synchronize, opened]
paths-ignore:
- "art/**"
- "README.md"
on: workflow_dispatch
#
#on:
# push:
# branches:
# - "**"
# paths-ignore:
# - "art/**"
# - "README.md"
# pull_request:
# types: [ready_for_review, synchronize, opened]
# paths-ignore:
# - "art/**"
# - "README.md"

jobs:
build:
Expand Down
26 changes: 14 additions & 12 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name: Cypress

on:
push:
branches:
- "**"
paths-ignore:
- "art/**"
- "README.md"
pull_request:
types: [ready_for_review, synchronize, opened]
paths-ignore:
- "art/**"
- "README.md"
on: workflow_dispatch
#
#on:
# push:
# branches:
# - "**"
# paths-ignore:
# - "art/**"
# - "README.md"
# pull_request:
# types: [ready_for_review, synchronize, opened]
# paths-ignore:
# - "art/**"
# - "README.md"

jobs:
build:
Expand Down
26 changes: 14 additions & 12 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name: MySQL

on:
push:
branches:
- "**"
paths-ignore:
- "art/**"
- "README.md"
pull_request:
types: [ready_for_review, synchronize, opened]
paths-ignore:
- "art/**"
- "README.md"
on: workflow_dispatch
#
#on:
# push:
# branches:
# - "**"
# paths-ignore:
# - "art/**"
# - "README.md"
# pull_request:
# types: [ready_for_review, synchronize, opened]
# paths-ignore:
# - "art/**"
# - "README.md"

jobs:
build:
Expand Down
28 changes: 15 additions & 13 deletions .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name: PostgreSQL
name: PostGreSQL

on:
push:
branches:
- "**"
paths-ignore:
- "art/**"
- "README.md"
pull_request:
types: [ready_for_review, synchronize, opened]
paths-ignore:
- "art/**"
- "README.md"
on: workflow_dispatch
#
#on:
# push:
# branches:
# - "**"
# paths-ignore:
# - "art/**"
# - "README.md"
# pull_request:
# types: [ready_for_review, synchronize, opened]
# paths-ignore:
# - "art/**"
# - "README.md"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typesense.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: Install Composer dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer require typesense/typesense-laravel-scout
composer require laravel/scout
composer require typesense/typesense-php
composer install
- name: Start Typesense
Expand Down

0 comments on commit a966b92

Please sign in to comment.