Skip to content

Commit

Permalink
Update CICD pipeline GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindnswamy committed Dec 8, 2023
1 parent f8125e2 commit fb1bf13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,18 @@ jobs:
- test
- opa
steps:
- name: "☁️ checkout repository"
- name: "☁️ Checkout repository"
uses: actions/checkout@v4

- name: "📊 repository visualizer"
- name: "📊 Repository visualizer"
uses: githubocto/[email protected]
with:
excluded_paths: "node_modules,.github"
# output_file: "public/diagram.svg"
should_push: false
root_path: "/"

- name: "📊 visualiser artifacts"
- name: "📊 Visualiser artifacts"
uses: actions/upload-artifact@v2
with:
name: diagram
Expand Down

0 comments on commit fb1bf13

Please sign in to comment.