forked from microsoft/bobsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Demo for SQL GitHub Actions v2 | ||
|
||
Demonstration for new SQL GitHub Actions V2 | ||
|
||
## Pre-reqs | ||
|
||
1. All you need is a GitHub account | ||
|
||
## Steps | ||
|
||
1. Create a GitHub repo and clone it locally. | ||
1. Copy in the files from this folder into your cloned folder | ||
1. Commit and push up these changes. | ||
1. On your GitHub site go to worklows. You should see the initial worklow running. It will fail. | ||
1. Change the procedure in getcustomer_by.sql to use a nvachar(10) parameter. | ||
1. Commit and push these changes. | ||
1. A new worklow should kick in and now be successful. |
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