We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba2624 commit e919e2aCopy full SHA for e919e2a
.github/workflows/workflow.yml
@@ -77,7 +77,7 @@ jobs:
77
composer global require php-coveralls/php-coveralls
78
php-coveralls --coverage_clover=clover.xml -v
79
deploy:
80
- needs: test
+ needs: [test, analyze]
81
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
82
runs-on: ubuntu-latest
83
continue-on-error: false
@@ -102,7 +102,7 @@ jobs:
102
- name: "Cache calendar vendor dir"
103
uses: "actions/cache@v4"
104
with:
105
- path: ${{ github.workspace }}/extract/calendar/vendor
+ path: ${{ github.workspace }}/extract/vendor
106
key: "vendor-build-${{ hashFiles('*/composer.lock') }}"
107
- uses: "ramsey/composer-install@v3"
108
0 commit comments