Skip to content

Commit 08e772e

Browse files
committed
debug
1 parent 1cb0b70 commit 08e772e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,11 @@ jobs:
2727
with:
2828
firefox-version: latest-nightly
2929

30-
- name: Verify Firefox Nightly installation
31-
run: firefox --version
32-
3330
- name: Install dependencies
3431
run: npm ci
3532

3633
- name: Run tests
37-
run: FIREFOX_BINARY=/opt/hostedtoolcache/firefox/latest-nightly/x64/firefox npm test
34+
run: FIREFOX_BINARY=${{ steps.setup-firefox.outputs.firefox-path }} npm test
3835

3936
- name: Upload screenshots on failure
4037
if: failure()

0 commit comments

Comments
 (0)