Skip to content

Commit dd08222

Browse files
authored
Test docker image in CI environment (#1095)
1 parent 8d8fc35 commit dd08222

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/bors.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ status = [
22
"linting",
33
"build-frontend",
44
"build-docs",
5+
"build-docker",
56
"test-windows",
67
"test-linux (sqlite)",
78
"test-linux (mariadb)",

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,16 @@ jobs:
142142
cd ESSArch_Core/docs
143143
make html SPHINXOPTS="-W"
144144
145+
build-docker:
146+
runs-on: ubuntu-latest
147+
steps:
148+
- uses: actions/checkout@v1
149+
150+
- name: Build
151+
run: |
152+
cd docker
153+
docker-compose build essarch
154+
145155
test-windows:
146156
runs-on: windows-latest
147157
env:

0 commit comments

Comments
 (0)