Skip to content

Commit

Permalink
chore(ci): upload test report
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamedzu committed Apr 11, 2020
1 parent c235607 commit 5053c90
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: CI

on:
Expand Down Expand Up @@ -38,3 +37,9 @@ jobs:
CORE_TS_MOBILE_NUMBER: ${{ secrets.CORE_TS_MOBILE_NUMBER }}
CORE_TS_PIN_NUMBER: ${{ secrets.CORE_TS_PIN_NUMBER }}
CORE_TS_EXISTING_FOLDER: ${{ secrets.CORE_TS_EXISTING_FOLDER }}

- name: Upload Bundle
uses: actions/upload-artifact@v1
with:
name: report
path: mochawesome-report/

0 comments on commit 5053c90

Please sign in to comment.