From 2b53fe38c016aed41e09d98ade8ac8952f5cc7e0 Mon Sep 17 00:00:00 2001 From: bhumi46 <111699703+bhumi46@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:51:37 +0530 Subject: [PATCH] Update ui-automation.yml Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> --- .github/workflows/ui-automation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ui-automation.yml b/.github/workflows/ui-automation.yml index 5a424de7..5a6b5989 100644 --- a/.github/workflows/ui-automation.yml +++ b/.github/workflows/ui-automation.yml @@ -53,6 +53,7 @@ jobs: - name: Compile with Maven run: mvn clean compile -X + working-directory: /injitest/ - name: Cache npm dependencies uses: actions/cache@v3.3.1