Skip to content

Commit 7e518a3

Browse files
committed
add live tests to the pipeline
1 parent 0d556b8 commit 7e518a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
3232
- name: Install dependencies
3333
run: composer install --prefer-dist --no-progress
34-
- name: Tests
34+
- name: Static Tests
3535
run: composer test
36+
- name: Live Tests
37+
run: composer live-tests
3638

3739
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
3840
# Docs: https://getcomposer.org/doc/articles/scripts.md

0 commit comments

Comments
 (0)