Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazOrazem committed Jan 16, 2025
1 parent b1202ac commit 93e2dca
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,21 @@ jobs:
mkdir -p plugins/numencode
mv widgets-plugin plugins/numencode/widgets
- name: Download NumenCode.Fundamentals plugin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd plugins/numencode
git clone https://github.com/numencode/wn-fundamentals-plugin.git fundamentals
- name: Download Winter.Translate plugin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mkdir -p plugins/winter
cd plugins/winter
git clone https://github.com/wintercms/wn-translate-plugin.git translate
- name: Get Composer cache directory
id: composercache
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_ENV
Expand All @@ -91,4 +106,4 @@ jobs:
run: composer install --no-interaction --no-progress --no-suggest

- name: Run unit tests
run: php artisan winter:test -p NumenCode.Widgets
run: php artisan winter:test -p NumenCode.Widgets --configuration=plugins/numencode/widgets/phpunit.xml

0 comments on commit 93e2dca

Please sign in to comment.