Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hamada147 authored Oct 26, 2023
1 parent 6446c0f commit 9858aaa
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 @@ -24,7 +24,7 @@ on:
jobs:

build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Publish test results
if: always()
uses: EnricoMi/publish-unit-test-result-action@v2
uses: EnricoMi/publish-unit-test-result-action/composite@v2
with:
files: "${{ github.workspace }}/atala-prism-sdk/build/test-results/testReleaseUnitTest/TEST-*.xml"
comment_title: "Unit Test Results"
Expand Down

0 comments on commit 9858aaa

Please sign in to comment.