Skip to content

Commit

Permalink
.github/workflows/test.yml: fix coveralls upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Feb 13, 2024
1 parent 8505286 commit a8be3d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
export COVERALLS_RUN_LOCALLY=1
export COVERALLS_REPO_TOKEN=${{ secrets.coverallsToken }}
composer require php-coveralls/php-coveralls
php vendor/bin/php-coveralls -v
git reset --hard HEAD
- name: document
run: |
docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory=src --directory=vendor/sweetrdf/rdf-interface/src --directory=vendor/sweetrdf/rdf-helpers/src/ --target=docs
Expand All @@ -31,7 +33,6 @@ jobs:
git config user.name "Github Actions Workflow"
git add * || true
git commit -a -m 'Automatic documentation generation' && git push origin docs || true
php vendor/bin/php-coveralls -v
phpstan:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a8be3d7

Please sign in to comment.