Skip to content

Commit 4b3d5fd

Browse files
committed
Build fix CI & workflow
1 parent cb26353 commit 4b3d5fd

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- uses: nanasess/setup-php@master
2828
- uses: php-actions/phpunit@v9
2929

30-
- name: Run tests
31-
run: phpunit test/AgentTest.php && php test/SecureNativeTest.php
32-
3330
- name: Publish to codecov
3431
run: bash <(curl -s https://codecov.io/bash)
3532

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- uses: nanasess/setup-php@master
2525
- uses: php-actions/phpunit@v9
2626

27-
- name: Run tests
28-
run: phpunit test/AgentTest.php && php test/SecureNativeTest.php
29-
3027
- name: Publish to codecov
3128
run: bash <(curl -s https://codecov.io/bash)
3229

0 commit comments

Comments
 (0)