Skip to content

Commit

Permalink
Testing the new PR build (#266)
Browse files Browse the repository at this point in the history
* Working through build issues for new contributors

* minor text change in README

* Adding retention days to the artifact uploads

---------

Co-authored-by: Sarah Dutkiewicz <Sarah.Dutkiewicz@nimblepros.com>
  • Loading branch information
sadukie and sadukie authored Mar 21, 2023
1 parent 65e1281 commit 39183e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
name: code-coverage-results
path: code-coverage-results.md
retention-days: 1

- name: Save the PR number in an artifact
if: github.event_name == 'pull_request' && (success() || failure())
Expand All @@ -60,3 +61,4 @@ jobs:
with:
name: pr-number
path: ./pr-number.txt
retention-days: 1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class Order
- **Guard.Against.NullOrEmpty** (throws if string, guid or array input is null or empty)
- **Guard.Against.NullOrWhiteSpace** (throws if string input is null, empty or whitespace)
- **Guard.Against.OutOfRange** (throws if integer/DateTime/enum input is outside a provided range)
- **Guard.Against.EnumOutOfRange** (throws if a enum value is outside a provided Enum range)
- **Guard.Against.EnumOutOfRange** (throws if an enum value is outside a provided Enum range)
- **Guard.Against.OutOfSQLDateRange** (throws if DateTime input is outside the valid range of SQL Server DateTime values)
- **Guard.Against.Zero** (throws if number input is zero)

Expand Down

0 comments on commit 39183e7

Please sign in to comment.