diff --git a/.github/workflows/test-integration-jwt.yml b/.github/workflows/test-integration-jwt.yml index 9343b8857..8b7444f73 100644 --- a/.github/workflows/test-integration-jwt.yml +++ b/.github/workflows/test-integration-jwt.yml @@ -81,6 +81,7 @@ jobs: dotnet-version: '7.0.x' - name: git history run: git --no-pager log -n 10 --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) <%an>%Creset' --abbrev-commit + working-directory: ${{ github.workspace }}/jhipster-dotnetcore - name: PREPARE jhipster env working-directory: ${{ github.workspace }}/jhipster-dotnetcore run: npm ci && npm link diff --git a/.github/workflows/test-integration-microservice.yml b/.github/workflows/test-integration-microservice.yml index cfbe39da4..f1da2c001 100644 --- a/.github/workflows/test-integration-microservice.yml +++ b/.github/workflows/test-integration-microservice.yml @@ -50,6 +50,7 @@ jobs: dotnet-version: '7.0.x' - name: git history run: git --no-pager log -n 10 --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) <%an>%Creset' --abbrev-commit + working-directory: ${{ github.workspace }}/jhipster-dotnetcore - name: PREPARE jhipster env working-directory: ${{ github.workspace }}/jhipster-dotnetcore run: npm ci && npm link diff --git a/.github/workflows/test-integration-oauth.yml b/.github/workflows/test-integration-oauth.yml index a352ba1e3..0e93d3cea 100644 --- a/.github/workflows/test-integration-oauth.yml +++ b/.github/workflows/test-integration-oauth.yml @@ -74,6 +74,7 @@ jobs: dotnet-version: '7.0.x' - name: git history run: git --no-pager log -n 10 --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) <%an>%Creset' --abbrev-commit + working-directory: ${{ github.workspace }}/jhipster-dotnetcore - name: PREPARE jhipster env working-directory: ${{ github.workspace }}/jhipster-dotnetcore run: npm ci && npm link