We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3ae6a commit 825f82cCopy full SHA for 825f82c
.github/workflows/typescript-code-analysis.yml
@@ -78,6 +78,15 @@ jobs:
78
working-directory: graph-visualization
79
run: npm ci
80
81
+ - name: Setup Chrome for Graph Visualization
82
+ uses: browser-actions/setup-chrome@v1
83
+ id: setup-chrome
84
+ #with:
85
+ # install-chromedriver: true
86
+ - run: |
87
+ echo "chrome-path: ${{ steps.setup-chrome.outputs.chrome-path }}"
88
+ ${{ steps.setup-chrome.outputs.chrome-path }} --version
89
+
90
- name: Setup Cache for Conda package manager Miniforge
91
uses: actions/cache@v4
92
env:
0 commit comments