We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb506f commit 4b7153cCopy full SHA for 4b7153c
1 file changed
.github/workflows/build.yml
@@ -25,14 +25,12 @@ jobs:
25
status: STARTING
26
color: warning
27
28
+
29
- uses: actions/checkout@v2
30
- uses: php-actions/composer@v1
31
- uses: nanasess/setup-php@master
32
- uses: php-actions/phpunit@v9
33
- - name: Run tests
34
- run: phpunit test/AgentTest.php && php test/SecureNativeTest.php
35
-
36
- name: Publish to codecov
37
run: bash <(curl -s https://codecov.io/bash)
38
@@ -56,4 +54,4 @@ jobs:
56
54
message_id: ${{ steps.slack.outputs.message_id }}
57
55
channel: github-actions
58
status: FAILED
59
- color: danger
+ color: danger
0 commit comments