-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Test CI behavior #2229
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
Closed
+54
−23,722
Closed
Test CI behavior #2229
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
e651904
Add temporary validation fixture
SteveSandersonMS 5ddf539
Update temporary validation fixture
SteveSandersonMS 68b3408
Add validation test
SteveSandersonMS a75c808
Fix CI validation test to assert real behavior
invalid-email-address 879014e
Use minimal validation checks
SteveSandersonMS 53e1e09
Expose failed validation step
SteveSandersonMS 613d159
Fix Node.js required CI job to pass validation
invalid-email-address a6a7d1a
Shorten validation check
SteveSandersonMS 9ea1a8c
Add base validation fixture
SteveSandersonMS 59edab0
Merge test/ci-base-202608031248: resolve ci-validation.txt conflict
invalid-email-address cca687b
Recheck validation failure
SteveSandersonMS ca20c4d
Update validation revision
SteveSandersonMS da30cd6
Restore validation pass
SteveSandersonMS 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| name: SDK | ||
|
|
||
| on: | ||
| pull_request: | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| node-required: | ||
| name: Node.js required | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Initial validation | ||
| run: exit 0 | ||
| - name: Keep job active | ||
| if: always() | ||
| run: sleep 10 | ||
| - name: Final validation | ||
| if: always() | ||
| run: exit 0 | ||
|
|
||
| python-required: | ||
| name: Python required | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - run: echo "Python validation passed" | ||
|
|
||
| go-required: | ||
| name: Go required | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - run: echo "Go validation passed" | ||
|
|
||
| dotnet-required: | ||
| name: .NET required | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - run: echo ".NET validation passed" | ||
|
|
||
| java-required: | ||
| name: Java required | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - run: echo "Java validation passed" | ||
|
|
||
| rust-required: | ||
| name: Rust required | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - run: echo "Rust validation passed" | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.