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 e9fa393 commit cf365c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Build Docker Image
- name: Build Docker Test Image
run: |
docker build --target test -o type=local,dest=out .
shell: bash

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

0 comments on commit cf365c9

Please sign in to comment.