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 83a2a8b commit e9fa393
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ jobs:

- name: Build Docker Image
run: |
docker build --target test cat /opt/calculator/test_results.txt
docker build --target test -o type=local,dest=out .
shell: bash

- name: Build Docker Image
run: |
docker run --rm $(docker build -q --target test .) cat /opt/calculator/test_results.txt
shell: bash

code-quality-checks:
Expand Down

0 comments on commit e9fa393

Please sign in to comment.