Skip to content

Commit

Permalink
action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nizienko committed Mar 5, 2024
1 parent 6aefa06 commit e1f5970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runUiTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ jobs:
run: mv video build/reports

- name: Wait for reports
if: always()
uses: jakejarvis/wait-action@master
with:
time: '10s'

- name: Save reports
if: always()
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.reportName }}
Expand Down

0 comments on commit e1f5970

Please sign in to comment.