Skip to content

Commit 4b7153c

Browse files
authored
Update build.yml
1 parent 9eb506f commit 4b7153c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ jobs:
2525
status: STARTING
2626
color: warning
2727

28+
2829
- uses: actions/checkout@v2
2930
- uses: php-actions/composer@v1
3031
- uses: nanasess/setup-php@master
3132
- uses: php-actions/phpunit@v9
3233

33-
- name: Run tests
34-
run: phpunit test/AgentTest.php && php test/SecureNativeTest.php
35-
3634
- name: Publish to codecov
3735
run: bash <(curl -s https://codecov.io/bash)
3836

@@ -56,4 +54,4 @@ jobs:
5654
message_id: ${{ steps.slack.outputs.message_id }}
5755
channel: github-actions
5856
status: FAILED
59-
color: danger
57+
color: danger

0 commit comments

Comments
 (0)