diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-17 16:42:12 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-17 16:42:12 -0600 |
| commit | 7495616d0809a6bdee1c3d17c6db9d0ab312bc81 (patch) | |
| tree | 5cc269a57042cd92955b77d83c22cf4f28d119bf /.github | |
| parent | ec60be31389870b1f23e43f11934ec19fb9f151b (diff) | |
Extract docker build job
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e5cec6..91061a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,5 +23,12 @@ jobs: run: ./bin/test spec/unit - name: lint run: ./bin/lint + docker: + name: Docker + steps: + - uses: actions/checkout@v2 + with: + lfs: true + submodules: recursive - name: docker run: docker build . |
