Skip to content

Commit

Permalink
Merge branch 'v30' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann authored Oct 21, 2024
2 parents 7d8ae58 + 9a989b5 commit 4461e14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
composer install
./vendor/bin/phpunit --bootstrap tests/unittests/bootstrap.php tests/unittests/ --testdox
- name: install php-scoper
run: |
composer global require humbug/php-scoper
echo $(composer config home --global) >> $GITHUB_PATH
- name: install nextcloud
env:
CLIENT_ID: ${{ secrets.VAAS_CLIENT_ID }}
Expand Down

0 comments on commit 4461e14

Please sign in to comment.