Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-test-sonar-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 17, 2024
1 parent bcd9967 commit cd1c08e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
18

# Save branch name for use in the next workflow
- name: Save branch name
run: echo "${GITHUB_REF#refs/heads/}" > branch.txt
# - name: Save branch name
# run: echo "${GITHUB_REF#refs/heads/}" > branch.txt

- name: Upload branch name
uses: actions/upload-artifact@v3
with:
name: branch-name
path: branch.txt
# - name: Upload branch name
# uses: actions/upload-artifact@v3
# with:
# name: branch-name
# path: branch.txt
# # Install client dependencies
# - name: Install client dependencies
# working-directory: src/app/client
Expand Down

0 comments on commit cd1c08e

Please sign in to comment.