Skip to content

Commit 97141c8

Browse files
committed
Revert "Testing divided workflow‍️ [skip ci]"
This reverts commit 4a09de7
1 parent 4a09de7 commit 97141c8

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.github/workflows/build-test.yml renamed to .github/workflows/build-test-deploy.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,8 @@ on:
66
selenium-4-alpha
77

88
jobs:
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:

0 commit comments

Comments
 (0)