From dd54e58dc3023f3d64d910822ae532ef95166bd3 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Wed, 01 Apr 2026 07:56:15 +0000
Subject: [PATCH] Add git status command in build.yml
---
.github/workflows/build.yml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9a5b522..9123cd5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -50,6 +50,7 @@
cd opendj-server-legacy\src\build-tools\windows
nmake all
xcopy /Y *.exe ..\..\..\lib\
+ git status
- name: Set Integration Test Environment
id: failsafe
if: runner.os != 'Windows'
--
Gitblit v1.10.0