aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5accb38..3217277 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,9 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Build
- run: |
- docker-compose build
- docker-compose up
+ run: make build/docker
- name: Publish as artifact
uses: actions/upload-artifact@v2
with: