From 3b4aeda1ee9118e0b2b9af8de413831e238d8c94 Mon Sep 17 00:00:00 2001 From: Charlie Collett Date: Fri, 16 Aug 2024 19:54:01 -0700 Subject: [PATCH] Add docker tests build --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bec19c7..d4a5deb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - github-ci jobs: - build-and-test: + test-code-suite: runs-on: ubuntu-latest steps: @@ -40,3 +40,8 @@ jobs: run: | poetry run ruff check . continue-on-error: false + + - name: Build Docker image and run testing + uses: docker/setup-buildx-action@v2 + run: | + docker build --target test -t