Skip to content

Commit 337de0b

Browse files
committed
debug
1 parent 910a4d6 commit 337de0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ 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: |
35+
set FIREFOX_BINARY="/opt/hostedtoolcache/firefox/latest-nightly/x64/firefox"
36+
/opt/hostedtoolcache/firefox/latest-nightly/x64/firefox --version
37+
npm test
3838
3939
- name: Upload screenshots on failure
4040
if: failure()

0 commit comments

Comments
 (0)