Skip to content

Commit 74a05e7

Browse files
committed
print edge location
1 parent 5447aea commit 74a05e7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/browser_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ jobs:
2222
2323
- name: Setup Edge
2424
if: ${{ startsWith(matrix.browser, 'edge') }}
25+
id: setup-edge
2526
uses: browser-actions/setup-edge@v1
2627

28+
- name: Print Edge location
29+
if: ${{ startsWith(matrix.browser, 'edge') }}
30+
run: cat ${{ steps.setup-edge.outputs.edge-path }}
31+
2732
- name: Setup Chrome
2833
if: ${{ startsWith(matrix.browser, 'chrome') }}
2934
uses: browser-actions/setup-chrome@v2

0 commit comments

Comments
 (0)