Skip to content

Commit 10ed81b

Browse files
authored
Split build and run of Docker container. (#693)
Split commands to get separate logs in CI.
1 parent d62c5a9 commit 10ed81b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v2
25+
- name: Build Docker
26+
run: |
27+
make docker-qa-build PYTHON_VERSION=${{matrix.python-version}}
2528
- name: Run Docker
2629
run: |
2730
.github/bump_version ./ minor > atlassian/VERSION

0 commit comments

Comments
 (0)