Skip to content

Commit

Permalink
Fix visual tests failures due to build timeout (#2801)
Browse files Browse the repository at this point in the history
* Increase visual tests build timeout

* Stop using depcreated set-output Github actions API
  • Loading branch information
timbset committed Aug 31, 2023
1 parent 4caa63d commit c82df00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
runs-on: ubuntu-latest
name: Build DevExtreme
timeout-minutes: 15
timeout-minutes: 30

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual_tests_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ jobs:
- name: Get screenshots artifacts name
if: ${{ failure() }}
id: screenshotname
run: echo ::set-output name=value::$(echo "${{ matrix.CONSTEL }}" | grep -oP "^\w+")
run: echo "value=$(echo "${{ matrix.CONSTEL }}" | grep -oP "^\w+")" >> $GITHUB_OUTPUT

- name: Copy screenshots artifacts
if: ${{ failure() }}
Expand Down

0 comments on commit c82df00

Please sign in to comment.