Skip to content

Commit 3cf655d

Browse files
committed
ci: use fallback-safe smoke test mode in GitHub Actions
1 parent 051ea66 commit 3cf655d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,10 @@ jobs:
2121
with:
2222
node-version: "20"
2323

24-
- name: Install Mermaid CLI
25-
run: npm install -g @mermaid-js/mermaid-cli
26-
2724
- name: Compile scripts
2825
working-directory: code-explainer
2926
run: python -c "import glob,py_compile; [py_compile.compile(f, doraise=True) for f in glob.glob('scripts/*.py')]; print('compiled')"
3027

3128
- name: Smoke test
3229
working-directory: code-explainer
33-
run: python scripts/analyze.py analyze --source . --output .ci-out --mode standard --audience nontech --enable-web-enrichment false
34-
30+
run: python scripts/analyze.py analyze --source . --output .ci-out --mode quick --audience nontech --enable-web-enrichment false

0 commit comments

Comments
 (0)