Skip to content

Commit

Permalink
Updated codesee
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed May 22, 2022
1 parent 4b2e85a commit 5527ce8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,19 @@ jobs:
with:
ruby-version: '3.0'

# CodeSee Maps Rust support uses a static binary so there's no setup step required.
# We need the rust toolchain because it uses rustc and cargo to inspect the package
- name: Configure Rust 1.x stable
uses: actions-rs/toolchain@v1
if: ${{ fromJSON(steps.detect-languages.outputs.languages).rust }}
with:
toolchain: stable

- name: Generate Map
id: generate-map
uses: Codesee-io/codesee-map-action@latest
with:
step: map
api_token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
github_ref: ${{ github.ref }}
languages: ${{ steps.detect-languages.outputs.languages }}

Expand All @@ -71,7 +77,7 @@ jobs:
step: mapUpload
api_token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
github_ref: ${{ github.ref }}

- name: Insights
id: insights
uses: Codesee-io/codesee-map-action@latest
Expand Down

0 comments on commit 5527ce8

Please sign in to comment.