Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 8, 2024
1 parent efcdc7d commit 397513f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/analyse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: analyse

on:
push:
branches:
- '*.x'
pull_request:
workflow_dispatch:

jobs:
analyse:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/audits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: audits

on:
push:
branches:
- '*.x'
pull_request:
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/collision-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: collision-tests

on:
push:
branches:
- '*.x'
pull_request:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: coveralls

on:
push:
branches:
- '*.x'
pull_request:
workflow_dispatch:

jobs:
tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/parallel-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: parallel-tests

on:
push:
branches:
- '*.x'
pull_request:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: tests

on:
push:
branches:
- '*.x'
pull_request:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
tests-on-phpunit-9:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://getcomposer.org/schema.json",
"name": "orchestra/testbench-core",
"description": "Testing Helper for Laravel Development",
"homepage": "https://packages.tools/testbench",
Expand Down

0 comments on commit 397513f

Please sign in to comment.