Skip to content

Commit

Permalink
Update pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbaccaro authored Feb 11, 2024
1 parent ce893d0 commit 4d91d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Build Docker Image
run: |
docker build -t image-test .
docker build --target test -t image-test .
shell: bash

code-quality-checks:
Expand Down

0 comments on commit 4d91d82

Please sign in to comment.