Skip to content

Commit

Permalink
Add docker tests build
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 17, 2024
1 parent 03d4d71 commit 3b4aeda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- github-ci

jobs:
build-and-test:
test-code-suite:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -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

0 comments on commit 3b4aeda

Please sign in to comment.