Skip to content

Commit 3cc9338

Browse files
abitrollychubin
authored andcommitted
Try to build container with GitHub Actions
1 parent 1e5803a commit 3cc9338

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests-ubuntu.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
1413
runs-on: ubuntu-20.04
15-
1614
steps:
1715
- uses: actions/checkout@v2
1816
- name: install dependencies
@@ -21,3 +19,9 @@ jobs:
2119
run: python lib/fetch.py fetch-all
2220
- name: run tests
2321
run: bash tests/run-tests.sh
22+
23+
docker:
24+
runs-on: ubuntu-20.04
25+
steps:
26+
- run: docker-compose build
27+

0 commit comments

Comments
 (0)