diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-17 14:06:04 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-17 14:06:04 -0600 |
| commit | 770e916c9e37349eb87d9fc6cbc418770ea95279 (patch) | |
| tree | 9306802722b46288d054b0e81e9007346719e6e5 /.github/workflows/ci.yml | |
| parent | 98a6f99450e7e0cd1a842a1499d38e1093d7ab19 (diff) | |
Add docker build to PR jobs
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5df3da6..4e5cec6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,3 +23,5 @@ jobs: run: ./bin/test spec/unit - name: lint run: ./bin/lint + - name: docker + run: docker build . |
