File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 66 selenium-4-alpha
77
88jobs :
9- build :
10- name : Build Docker images
11- runs-on : ubuntu-18.04
12- steps :
13- - uses : actions/checkout@v1
14- - name : Output Docker info
15- run : docker info
16- - name : Build Docker images
17- run : VERSION=${GITHUB_SHA} make build
18- - name : Output Docker images
19- run : docker images
20- test :
21- needs : build
22- name : Test Docker images with random user
9+ build-and-test :
10+ name : Build & test Docker images with random user
2311 runs-on : ubuntu-18.04
2412 strategy :
2513 matrix :
@@ -28,12 +16,12 @@ jobs:
2816 - uses : actions/checkout@v1
2917 - name : Output Docker info
3018 run : docker info
31- - name : Output Docker images
32- run : docker images
3319 - name : Set up Python 3.8
3420 uses : actions/setup-python@v2
3521 with :
3622 python-version : 3.8
23+ - name : Build Docker images
24+ run : VERSION=${GITHUB_SHA} make build
3725 - name : Test Docker images
3826 run : USE_RANDOM_USER_ID=${USE_RANDOM_USER} VERSION=${GITHUB_SHA} make test
3927 env :
You can’t perform that action at this time.
0 commit comments