From c018f4b1897e03ef3c3eb2b9a41fa67dff815f15 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 5 Nov 2022 10:19:06 -0500 Subject: [PATCH] build web first --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5c02c652..f9fe65879 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ env: jobs: multi_arch_build: runs-on: ubuntu-latest - name: Python Tests + name: Image Build steps: - name: Check out code uses: actions/checkout@v2 @@ -21,5 +21,7 @@ jobs: uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - - name: Build + - name: Build web + run: make build_web + - name: Build image run: make build \ No newline at end of file