generated from PSModule/Template-Action
-
Notifications
You must be signed in to change notification settings - Fork 0
Update working directory and enhance test file discovery #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
daedd98
🩹 [Patch]: Update default working directory in action.yml to use a re…
MariusStorhaug 0a6707a
🩹 [Patch]: Enhance test file discovery by separating root and subfold…
MariusStorhaug 403457a
🩹 [Patch]: Refactor test file combination to use a generic List for i…
MariusStorhaug 556da9c
🩹 [Patch]: Enhance error handling in action.yml and main.ps1 for test…
MariusStorhaug 34d47cf
🩹 [Patch]: Refactor test execution workflow to improve output handlin…
MariusStorhaug 04d1e60
🩹 [Patch]: Replace main.ps1 with exec.ps1 to consolidate test executi…
MariusStorhaug 7b0d20d
🩹 [Patch]: Improve test result handling in action.yml by consolidatin…
MariusStorhaug 86bfa45
🩹 [Patch]: Add outputs for test results, outcome, and conclusion in a…
MariusStorhaug b9a84ec
🩹 [Patch]: Add new test job for simple execution failure in Action-Te…
MariusStorhaug 2d95d19
🩹 [Patch]: Remove obsolete ExecutionFailure.Tests.ps1 and replace wit…
MariusStorhaug 9ca1e6a
🩹 [Patch]: Refactor test result handling in action.yml to use a custo…
MariusStorhaug 84c71d5
🩹 [Patch]: Disable continue-on-error for test jobs in Action-Test.yml…
MariusStorhaug ec33c4c
🩹 [Patch]: Enable continue-on-error for test jobs in Action-Test.yml
MariusStorhaug 0f985cf
🩹 [Patch]: Enhance error handling in action.yml to check for test out…
MariusStorhaug ed3e578
Refactor outcome and conclusion checks in action.yml for improved cla…
MariusStorhaug b8f4a9c
Refactor error handling in action.yml for better clarity and maintain…
MariusStorhaug e18fcac
Refactor string interpolation in Action-Test.yml for consistency and …
MariusStorhaug 8f20398
Enhance README and action.yml to include additional test output metri…
MariusStorhaug d1e6084
Refactor output formatting in Action-Test.yml to use Format-List for …
MariusStorhaug 5d0d8ea
Refactor output variables in Action-Test.yml for improved clarity and…
MariusStorhaug 576e44e
Refactor output handling in action.yml to use status step for test ex…
MariusStorhaug 51fdff6
Update expected outcomes in Action-Test.yml for failure test cases
MariusStorhaug d94107c
Enhance README to provide detailed test outcome metrics and update ac…
MariusStorhaug 274dfe3
Fix variable names in Action-Test.yml for clarity in error reporting
MariusStorhaug 00fec1c
Refactor Action-Test.yml to improve variable naming for clarity in te…
MariusStorhaug 7b6da25
Fix variable naming in Action-Test.yml for consistency in result eval…
MariusStorhaug 2349146
Update jscpd configuration to ignore Action-Test workflow files
MariusStorhaug 9d5b2e2
Fix jscpd configuration to correctly ignore Action-Test workflow files
MariusStorhaug File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,5 +30,3 @@ jobs: | |
|
|
||
| - name: Auto-Release | ||
| uses: PSModule/Auto-Release@v1 | ||
| env: | ||
| GITHUB_TOKEN: ${{ github.token }} | ||
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| "Not a testfile" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.