File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 7272 persist-credentials : false
7373
7474 - name : Install test dependencies
75- run : |
76- pip install '.[python-tests]'
75+ run : pip install '.[python-tests]'
7776
7877 - name : Run TLV constants sync test
7978 run : pytest tests/test_tlv_constants_sync.py
Original file line number Diff line number Diff line change 3131 python -m playwright install
3232
3333 - name : Install Playwright system dependencies
34- run : |
35- playwright install-deps
34+ run : playwright install-deps
3635
3736 - name : Run Playwright browser test
3837 run : pytest tests/browser/test_corpus_decoder.py
Original file line number Diff line number Diff line change 2323 persist-credentials : false
2424
2525 - name : Install dependencies
26- run : |
27- pip install '.[page-gen]'
26+ run : pip install '.[page-gen]'
2827
2928 - name : Generate decoder HTML
3029 run : python -m curl_fuzzer_tools.generate_decoder_html
You can’t perform that action at this time.
0 commit comments