Skip to content

Commit

Permalink
Template infra deploy #10118897958
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Jul 26, 2024
1 parent 7a03318 commit 555ccee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/check-infra-deploy-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
runs-on: ubuntu-latest
needs: collect-configs

# Skip this job if there are no root module configurations to check,
# otherwise the GitHub actions will give the error: "Matrix must define at least one vector"
if: ${{ needs.collect-configs.outputs.root_module_configs != '[]' }}

strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .template-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c5bbdc453acedeb64412669483bf20fdcd38c8f5
e037ced062565a484def73ba0108db6579e85a88

1 comment on commit 555ccee

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for app

St.
Category Percentage Covered / Total
🟢 Statements 93.1% 81/87
🟢 Branches 82.35% 14/17
🟢 Functions 93.33% 14/15
🟢 Lines 93.59% 73/78

Test suite run success

16 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from 555ccee

Please sign in to comment.