Skip to content

Commit

Permalink
Merge pull request openedx#562 from eduNEXT/li/ednx/FFI_8_P2
Browse files Browse the repository at this point in the history
[FFI-8] fix: upload artifacts after tests failure
  • Loading branch information
mariajgrimaldi authored Oct 29, 2021
2 parents fe8db2d + e73dc2a commit e6eb824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:

- name: Save Job Artifacts
uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: Build-Artifacts
path: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Save Job Artifacts
uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
name: Build-Artifacts
path: |
Expand Down

0 comments on commit e6eb824

Please sign in to comment.