Skip to content

Commit f3da818

Browse files
committed
Only run unit tests
1 parent 0cebb17 commit f3da818

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616

1717
- uses: php-actions/composer@v6
1818

19-
- name: Run Tests
20-
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage/coverage.xml --configuration=phpunit.xml.dist
19+
- name: Run Unit Tests
20+
run: vendor/bin/phpunit --group unit--coverage-text --coverage-clover=coverage/coverage.xml --configuration=phpunit.xml.dist
2121
env:
2222
LOB_API_TEST_KEY: ${{ secrets.LOB_API_TEST_KEY }}
2323
LOB_API_LIVE_KEY: ${{ secrets.LOB_API_LIVE_KEY }}
2424
XDEBUG_MODE: coverage
25+
26+
# TODO: Run Integration Tests

0 commit comments

Comments
 (0)