Skip to content

Commit

Permalink
Fix test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmannsven committed Nov 5, 2023
1 parent 51b5c7e commit f880b61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
php: [8.2, 8.1]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
run: composer show -D

- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit --no-coverage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Laravel Brevo

[![Latest Version on Packagist](https://img.shields.io/packagist/v/hofmannsven/laravel-brevo.svg?labelColor=232e4a&color=55597b&style=for-the-badge)](https://packagist.org/packages/hofmannsven/laravel-brevo)
[![Build Status](https://img.shields.io/travis/hofmannsven/laravel-brevo/master.svg?labelColor=232e4a&color=55597b&style=for-the-badge)](https://travis-ci.org/hofmannsven/laravel-brevo)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/hofmannsven/laravel-brevo/run-tests.yml?branch=main&label=tests&labelColor=232e4a&color=55597b&style=for-the-badge)](https://github.com/hofmannsven/laravel-brevo/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub license](https://img.shields.io/github/license/hofmannsven/laravel-brevo.svg?labelColor=232e4a&color=55597b&style=for-the-badge)](https://raw.githubusercontent.com/hofmannsven/laravel-brevo/master/LICENSE.md)

This package is a wrapper for [Brevo's API v3 PHP library](https://github.com/getbrevo/brevo-php).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@composer run build",
"@php vendor/bin/testbench serve"
],
"test": "vendor/bin/testbench package:test",
"test": "vendor/bin/testbench package:test --no-coverage",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"config": {
Expand Down

0 comments on commit f880b61

Please sign in to comment.