File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : Proxy.py Library
2
+ name : lib
3
3
4
4
on : [push, pull_request] # yamllint disable-line rule:truthy
5
5
@@ -15,7 +15,8 @@ concurrency:
15
15
jobs :
16
16
integration :
17
17
runs-on : ${{ matrix.os }}-latest
18
- name : Library - Python ${{ matrix.python }} on ${{ matrix.os }}
18
+ name : >-
19
+ e2e: 🐍${{ matrix.python }} @ ${{ matrix.os }}
19
20
strategy :
20
21
matrix :
21
22
os : [macOS, Ubuntu]
@@ -41,14 +42,18 @@ jobs:
41
42
./tests/integration/main.sh
42
43
43
44
lint :
44
- name : ${{ matrix.toxenv }}
45
+ name : ${{ toJSON(custom_job_name) && custom_job_name || matrix.toxenv }}
45
46
46
47
runs-on : Ubuntu-latest
47
48
strategy :
48
49
matrix :
49
50
toxenv :
50
- - cleanup-dists,build-dists,metadata-validation
51
51
- lint
52
+ custom_job_name :
53
+ - ' '
54
+ include :
55
+ - custom_job_name : build-dists
56
+ toxenv : cleanup-dists,build-dists,metadata-validation
52
57
fail-fast : false
53
58
54
59
env :
You can’t perform that action at this time.
0 commit comments