Skip to content

Commit d6198ff

Browse files
committedJan 16, 2025
chore(ci): add missing step
Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com>
1 parent ef8b579 commit d6198ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
with:
8383
repo-token: ${{ secrets.GITHUB_TOKEN }}
8484

85+
- name: Set up git config
86+
uses: ./.github/actions/set-up-git-config
87+
8588
- name: Prepare environment
8689
working-directory: e2e
8790
run: |

0 commit comments

Comments
 (0)
Failed to load comments.