-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
root: implemented CI for update.sh.ps1
To make sure the shell script is working as expected across all known OSes, we have to implement the CI elements for it. Hence, let's do this. This patch implements CI for update.sh.ps1 in root repository. Co-authored-by: Galyna, Cory <[email protected]> Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]> Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
- Loading branch information
1 parent
258f759
commit 5842719
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -33,10 +33,10 @@ jobs: | |
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Github Action Automated Runner" | ||
- name: Execute placeholder | ||
id: native_ci_placeholder | ||
- name: Execute Update Shell Script | ||
id: native_ci_update_shell | ||
run: | | ||
echo "hello world!\n" | ||
./update.sh.ps1 | ||
- name: Archive Payloads Artifacts | ||
if: always() | ||
uses: actions/upload-artifact@v3 | ||
|
This file contains 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