We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb26353 commit 4b3d5fdCopy full SHA for 4b3d5fd
2 files changed
.github/workflows/ci.yml
@@ -27,9 +27,6 @@ jobs:
27
- uses: nanasess/setup-php@master
28
- uses: php-actions/phpunit@v9
29
30
- - name: Run tests
31
- run: phpunit test/AgentTest.php && php test/SecureNativeTest.php
32
-
33
- name: Publish to codecov
34
run: bash <(curl -s https://codecov.io/bash)
35
.github/workflows/publish.yml
@@ -24,9 +24,6 @@ jobs:
24
25
26
0 commit comments