Skip to content

Commit 8ff4630

Browse files
committed
Check the chromium version
1 parent 1d59fdb commit 8ff4630

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/save_versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
shell: bash -l {0}
3333
run: |
3434
conda list > /tmp/versions.txt
35+
chromium --version >> /tmp/versions.txt
3536
3637
- name: Save versions.txt
3738
if: always()

.github/workflows/test_snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Test with pytest
3737
shell: bash -l {0}
3838
run: |
39-
python -m pytest tests/snapshots -s --reruns=3 --junit-xml=test-results.xml
39+
python -m pytest tests/snapshots -s --junit-xml=test-results.xml
4040
4141
- name: Surface failing tests
4242
if: always()

0 commit comments

Comments
 (0)