Skip to content

Commit

Permalink
[general] Use separate flow (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 26, 2024
1 parent 17fad76 commit d2d9c7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ jobs:

if: "github.event_name == 'push'"

uses: "fastybird/.github/.github/workflows/phpunit.yaml@main"
uses: "fastybird/.github/.github/workflows/coverage.yaml@main"
secrets: inherit
with:
php: "${{ matrix.php-version }}"
coverage: true

strategy:
fail-fast: false
Expand Down

0 comments on commit d2d9c7d

Please sign in to comment.