Skip to content

Commit f3f0c03

Browse files
committed
wip
1 parent 1a8aa74 commit f3f0c03

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v1
29+
uses: actions/checkout@v2
3030

3131
- name: Cache dependencies
32-
uses: actions/cache@v1
32+
uses: actions/cache@v2
3333
with:
3434
path: ~/.composer/cache/files
3535
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
@@ -48,13 +48,3 @@ jobs:
4848
4949
- name: Execute tests
5050
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

Comments
 (0)