Skip to content

Commit

Permalink
Add checks on laravel-nestedset (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Oct 23, 2024
1 parent 4f04a10 commit a1af823
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-impact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'LycheeOrg/Lychee'

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'LycheeOrg/php-exif'

Expand All @@ -90,7 +90,6 @@ jobs:
run: vendor/bin/phpstan analyze

execute_nested_sets:
if: ${{ false }} # disable for now
name: 1️⃣ PHP - Nested sets
runs-on: ubuntu-latest
needs:
Expand All @@ -111,10 +110,9 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'LycheeOrg/laravel-nestedset'
ref: 'enable-phpstan'

- name: Fix composer.json
run: |
Expand Down

0 comments on commit a1af823

Please sign in to comment.