Skip to content

Commit

Permalink
Merge pull request #404 from jfaurskov/fix-dependency
Browse files Browse the repository at this point in the history
Fix arm tests
  • Loading branch information
JoeyBarnes authored Nov 1, 2024
2 parents 2699939 + 21536f8 commit 6722aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-test-arm-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
continue-on-error: true
- name: Check for failed tests
id: check_fail
if: steps.run_tests.conclusion == 'success'
shell: pwsh
run: |
echo "Number of failed tests: ${{ env.failtests }}"
Expand Down

0 comments on commit 6722aa9

Please sign in to comment.