Skip to content

Commit c82df00

Browse files
committed
Fix visual tests failures due to build timeout (#2801)
* Increase visual tests build timeout * Stop using depcreated set-output Github actions API
1 parent 4caa63d commit c82df00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/visual_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
name: Build DevExtreme
20-
timeout-minutes: 15
20+
timeout-minutes: 30
2121

2222
steps:
2323

.github/workflows/visual_tests_frameworks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ jobs:
589589
- name: Get screenshots artifacts name
590590
if: ${{ failure() }}
591591
id: screenshotname
592-
run: echo ::set-output name=value::$(echo "${{ matrix.CONSTEL }}" | grep -oP "^\w+")
592+
run: echo "value=$(echo "${{ matrix.CONSTEL }}" | grep -oP "^\w+")" >> $GITHUB_OUTPUT
593593

594594
- name: Copy screenshots artifacts
595595
if: ${{ failure() }}

0 commit comments

Comments
 (0)