Skip to content

Commit e123b80

Browse files
committed
Use reusable workflows from aeon-php/actions repository
1 parent 5f1a57d commit e123b80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ on:
1111
jobs:
1212
tests:
1313
name: "Tests"
14-
uses: aeon-php/.github/workflows/composer-script-test.yaml@main
14+
uses: aeon-php/actions/.github/workflows/composer-script-test.yaml@main
1515

1616
static-analyze:
1717
name: "Static Analyze"
18-
uses: aeon-php/.github/workflows/composer-script-static-analyze.yaml@main
18+
uses: aeon-php/actions/.github/workflows/composer-script-static-analyze.yaml@main
1919

2020
mutation-tests:
2121
name: "Mutation Tests"
22-
uses: aeon-php/.github/workflows/composer-script-mutation.yaml@main
22+
uses: aeon-php/actions/.github/workflows/composer-script-mutation.yaml@main
2323
secrets:
2424
infection_badge_api_key: ${{ secrets.INFECTION_BADGE_API_KEY }}
2525
stryker_dashboard_api_key: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)