We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cfb90 commit 03af047Copy full SHA for 03af047
.github/workflows/visual_tests.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
runs-on: ubuntu-latest
19
name: Build DevExtreme
20
- timeout-minutes: 15
+ timeout-minutes: 30
21
22
steps:
23
.github/workflows/visual_tests_frameworks.yml
@@ -589,7 +589,7 @@ jobs:
589
- name: Get screenshots artifacts name
590
if: ${{ failure() }}
591
id: screenshotname
592
- run: echo ::set-output name=value::$(echo "${{ matrix.CONSTEL }}" | grep -oP "^\w+")
+ run: echo "value=$(echo "${{ matrix.CONSTEL }}" | grep -oP "^\w+")" >> $GITHUB_OUTPUT
593
594
- name: Copy screenshots artifacts
595
0 commit comments