Skip to content

Commit

Permalink
Build docker in build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEsteban committed May 23, 2024
1 parent e361011 commit 2474bce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Build and Test
run: dotnet test --verbosity normal
run: dotnet test --verbosity normal
- name: Build Docker image
uses: docker/[email protected]
with:
push: false

0 comments on commit 2474bce

Please sign in to comment.