We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46fb75 commit 4cb33c0Copy full SHA for 4cb33c0
.circleci/config.yml
@@ -73,7 +73,7 @@ jobs:
73
- run: curl --fail -X POST http://localhost:8080/png --data-binary @result.puml -o test.png
74
75
# Mermaid
76
- - run: npm install -g @mermaid-js/mermaid-cli
+ - run: sudo npm install -g @mermaid-js/mermaid-cli
77
- run: sudo apt install chromium-bsu libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxcomposite1 libxdamage1
78
79
- run: ./target/release/sqlant $TEST_DATABASE_URL -o mermaid > input.mmd
0 commit comments