Skip to content

Commit

Permalink
Switch back to a single build workflow (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Mar 25, 2024
1 parent d8dc674 commit d3ca7c0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: build

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
laravel-adapter:
uses: ./.github/workflows/laravel.yml
slim-adapter:
uses: ./.github/workflows/slim.yml
7 changes: 1 addition & 6 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: laravel

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:

jobs:
test:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/slim.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: slim

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:

jobs:
test:
Expand Down

0 comments on commit d3ca7c0

Please sign in to comment.