Skip to content

Commit fdf2f99

Browse files
committed
Updated PR and CI for page generator
1 parent 94e7870 commit fdf2f99

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
## Fixes #
1+
## Resolves #
22
<!-- Add the issue ID after the '#' to automatically close the issue once the PR is merged -->
33

44
<!-- Please provide a description below of the changes made and how it has been tested -->
55

66
## PR checklist
77

8-
- [ ] Sample tests have been added/updated and pass
9-
- [ ] [Documentation](/docs) has been added/updated for changes
10-
- [ ] Code styling has been met on new source file changes
11-
- [ ] Contains **NO** breaking changes
8+
- [ ] Have Legerity sample tests been added or updated, run locally, and all pass
9+
- [ ] Have added or updated support for platform specific element wrappers been reflected in the Page Object Generator
10+
- [ ] Have code styling rules been run on all new source file changes
11+
- [ ] Have relevant articles in the docs been added or updated for all new source file changes
12+
- [ ] Have major breaking changes been made and are documented
1213

1314
<!-- If a breaking change has been made, please provide a detailed description below of the impact and the migration path -->
1415

1516
## Other information
16-
<!-- Please provide any additional information, links, or screenshots below if applicable -->
17+
<!-- Provide any additional information below that may be relevant to the changes made (e.g. app screenshots, documentation links, or existing PR reference) -->

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- samples/**
1212
- tests/**
1313
- build/**
14+
- tools/**
1415
- .github/workflows/ci.yml
1516
pull_request:
1617
branches:
@@ -20,6 +21,7 @@ on:
2021
- samples/**
2122
- tests/**
2223
- build/**
24+
- tools/**
2325
- .github/workflows/ci.yml
2426
workflow_dispatch:
2527

@@ -52,7 +54,7 @@ jobs:
5254
uses: NuGet/[email protected]
5355

5456
- name: Restore dependencies
55-
run: nuget restore $SOLUTION
57+
run: dotnet restore $SOLUTION
5658

5759
- name: Build
5860
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG -p:Version=$BUILD_VERSION --no-restore

0 commit comments

Comments
 (0)