Skip to content

Commit ee779a7

Browse files
committed
debug firefox ci
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent 863480e commit ee779a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ jobs:
131131
if: matrix.os == 'ubuntu-latest' && matrix.browser == 'chrome'
132132
run: cargo test --verbose --workspace --features ${{ matrix.features }} --exclude plotly_kaleido
133133

134-
# Run save_surface_to_png test with nocapture for detailed webdriver logs
135-
- name: Run save_surface_to_png test with nocapture (${{ matrix.os }} - Firefox)
134+
# Run save_png test with nocapture for detailed webdriver logs
135+
- name: Run save_png test with nocapture (${{ matrix.os }} - Firefox)
136136
if: matrix.os == 'ubuntu-latest' && matrix.browser == 'firefox'
137137
run: |
138138
# Set environment variables for Firefox WebDriver
@@ -145,7 +145,7 @@ jobs:
145145
echo "RUST_LOG: $RUST_LOG"
146146
147147
# Run only the save_surface_to_png test with nocapture for full webdriver logs
148-
cargo test save_surface_to_png --verbose --features ${{ matrix.features }} -- --nocapture
148+
cargo test -p save_png --verbose --features webdriver_download,geckodriver -- --nocapture
149149
150150
# Run tests on Ubuntu with Firefox
151151
- name: Run tests (${{ matrix.os }} - Firefox)

0 commit comments

Comments
 (0)