Update ui-automation.yml

Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
This commit is contained in:
bhumi46
2024-09-04 12:54:39 +05:30
committed by GitHub
parent 2b53fe38c0
commit adce16d8f9

View File

@@ -50,10 +50,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: work dir
run: pwd
- name: Compile with Maven
run: mvn clean compile -X
working-directory: /injitest/
working-directory: injitest/
- name: Cache npm dependencies
uses: actions/cache@v3.3.1