Skip to content

Commit

Permalink
Merge branch 'main' into dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev authored Feb 28, 2024
2 parents 32ef369 + 2fcc468 commit 3b7848a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
- name: Install dependencies
run: |
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_4_LICENSE_KEY }}" --ansi
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update ${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest --ansi
env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
composer update ${{ matrix.dependency-version }} --prefer-dist --no-interaction --ansi --with="laravel/framework:${{ matrix.laravel }}" --with="orchestra/testbench:${{ matrix.testbench }}"
- name: Execute tests
run: composer test
Expand All @@ -57,4 +54,4 @@ jobs:
key: npm-${{ hashFiles('package.json') }}-node-20

- name: Compile assets
run: npm install && npm run nova:install && npm run prod
run: npm install && npm run nova:install && npm run prod
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>InteractionDesignFoundation/.github:renovate-config"
]
}

0 comments on commit 3b7848a

Please sign in to comment.