Skip to content

Commit cdbba2d

Browse files
committed
Added test suite to CI.
1 parent 29beaf4 commit cdbba2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
php-version: ${{ matrix.php }}
4848
extensions: curl
4949

50+
- name: Install dependencies
51+
run: composer update --prefer-${{ matrix.dependency }} --prefer-dist --no-interaction
52+
53+
- name: Execute Rollbar tests
54+
run: composer test
55+
5056
- name: Create Laravel test app
5157
run: composer create-project laravel/laravel rollbar-test-app ${{ matrix.laravel }}
5258

0 commit comments

Comments
 (0)