Skip to content

Commit 5cbfba3

Browse files
committed
GHA tidy-un one-liner runs
1 parent 83aecfb commit 5cbfba3

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
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

.github/workflows/pages-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
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

.github/workflows/pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
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

0 commit comments

Comments
 (0)