Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 1, 2024
1 parent bf53608 commit f223545
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/bare_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
php_version: ['7.2', '7.3', '7.4', '8.0']

steps:
# empty repository
- uses: actions/checkout@v3

-
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
coverage: none

- run: composer require symplify/vendor-patches:dev-main
# nest to directory to avoid using current repository
- run: mkdir nested-directory

- run: composer require symplify/vendor-patches:dev-main
working-directory: nested-directory

- run: vendor/bin/vendor-patches list --ansi
working-directory: nested-directory

0 comments on commit f223545

Please sign in to comment.