Skip to content

Commit

Permalink
unpin action version as issue is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Jun 28, 2024
1 parent d3af73d commit 710b5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
report-unit:
uses: ./.github/workflows/report-unit.yml
needs: ci-build

instrumentation-test:
needs: ci-build
strategy:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
env:
RESULTS_URL: gs://${{ env.GCLOUD_BUCKET }}/${{ github.run_number }}/${{ matrix.device_name }}/**/test_result_*.xml
- name: Instrumentation Test Summary
uses: test-summary/action@v2.2 # See https://github.com/test-summary/action/issues/44
uses: test-summary/action@v2
with:
paths: instrumentation-test-results/test_result_*.xml
- name: Instrumentation Test Report ${{ matrix.device_name }}
Expand Down

0 comments on commit 710b5eb

Please sign in to comment.