File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8888 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8989 run : scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "${{ matrix.color }}-${{ matrix.scheme }}" "Screenshot" ${{github.event.number}}
9090 - name : Archive Espresso results
91- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
91+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
9292 if : ${{ always() }}
9393 with :
9494 name : Report-${{ matrix.color }}-${{ matrix.scheme }}
Original file line number Diff line number Diff line change 4646 fail_ci_if_error : true
4747 - name : Upload jacoco artifacts
4848 if : ${{ failure() }}
49- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
49+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
5050 with :
5151 name : test-results
5252 path : app/build/reports/tests/testGplayDebugUnitTest/
You can’t perform that action at this time.
0 commit comments