We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8aa74 commit f3f0c03Copy full SHA for f3f0c03
.github/workflows/run-tests.yml
@@ -26,10 +26,10 @@ jobs:
26
27
steps:
28
- name: Checkout code
29
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
30
31
- name: Cache dependencies
32
- uses: actions/cache@v1
+ uses: actions/cache@v2
33
with:
34
path: ~/.composer/cache/files
35
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
@@ -48,13 +48,3 @@ jobs:
48
49
- name: Execute tests
50
run: vendor/bin/phpunit
51
-
52
- - name: Send Slack notification
53
- uses: 8398a7/action-slack@v2
54
- if: failure()
55
- with:
56
- status: ${{ job.status }}
57
- author_name: ${{ github.actor }}
58
- env:
59
- SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
60
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments