Skip to content

Commit

Permalink
Template infra deploy #10117961174
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Jul 26, 2024
1 parent f73bbd0 commit 7a03318
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr-environment-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
contents: read
id-token: write
pull-requests: write # Needed to comment on PR
repository-projects: read # Workaround for GitHub CLI bug https://github.com/cli/cli/issues/6274

concurrency: pr-environment-${{ inputs.pr_number }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-environment-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
contents: read
id-token: write
pull-requests: write # Needed to comment on PR
repository-projects: read # Workaround for GitHub CLI bug https://github.com/cli/cli/issues/6274

concurrency: pr-environment-${{ inputs.pr_number }}

Expand Down
2 changes: 1 addition & 1 deletion .template-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6f6d54894da8aca966ed7b79140430fa55fd38ed
c5bbdc453acedeb64412669483bf20fdcd38c8f5

1 comment on commit 7a03318

@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 7a03318

Please sign in to comment.