Skip to content

Commit

Permalink
fix git command
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 23, 2023
1 parent ccf6634 commit 9b02bfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-integration-jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-integration-microservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-integration-oauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b02bfd

Please sign in to comment.