Skip to content

Commit

Permalink
Upload Artifacts - ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed May 30, 2021
1 parent 179c4e7 commit e239a31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -58,6 +58,7 @@ jobs:

- name: Upload Artifacts
uses: actions/upload-artifact@v2
continue-on-error: true
with:
name: PHPUnit - ${{ matrix.php-version }} - ${{ matrix.coverage }}
path: build/
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:

- name: Upload Artifacts
uses: actions/upload-artifact@v2
continue-on-error: true
with:
name: Linters - ${{ matrix.php-version }}
path: build/
Expand Down Expand Up @@ -122,6 +124,7 @@ jobs:

- name: Upload Artifacts
uses: actions/upload-artifact@v2
continue-on-error: true
with:
name: Reports - ${{ matrix.php-version }}
path: build/

0 comments on commit e239a31

Please sign in to comment.