Skip to content

Commit 8ab3262

Browse files
Добавлена загрузка artifacts
1 parent 077e8fd commit 8ab3262

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646

4747
- name: Run Codecept coverage
4848
run: php vendor/bin/codecept run --coverage --coverage-xml --coverage-phpunit
49-
49+
50+
- name: Download artifacts
51+
uses: actions/download-artifact@v2
52+
5053
- name: Codecov
5154
uses: codecov/codecov-action@v2.1.0
5255
with:

0 commit comments

Comments
 (0)