Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Don't run Coveralls step w/o token (#22)
Browse files Browse the repository at this point in the history
* Improved CI
  • Loading branch information
Okipa committed Oct 27, 2022
1 parent 545f177 commit ff0c7e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
vendor/bin/testbench package:test --parallel --coverage-text --coverage-clover build/logs/clover.xml
- name: Code coverage upload to Coveralls
if: matrix.php == '8.1' && matrix.laravel == '9.*'
if: env.COVERALLS_REPO_TOKEN && matrix.php == '8.1' && matrix.laravel == '9.*'
env:
COVERALLS_RUN_LOCALLY: 1
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## [3.0.0](https://github.com/Okipa/laravel-brickables/compare/3.0.0...2.3.1)
## [3.0.1](https://github.com/Okipa/laravel-brickables/compare/3.0.0...3.0.1)

2022-10-27

* Improved CI

## [3.0.0](https://github.com/Okipa/laravel-brickables/compare/2.3.1...3.0.0)

2022-09-21

Expand Down

0 comments on commit ff0c7e4

Please sign in to comment.