Skip to content

Commit 27c75e1

Browse files
Copilotzijchen
andcommitted
Add step to install SqlPackage on Ubuntu runners
Co-authored-by: zijchen <13544267+zijchen@users.noreply.github.com>
1 parent 1439fa1 commit 27c75e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939

4040
- name: Build GitHub Action
4141
run: npm run build
42+
43+
- name: Install SqlPackage on Ubuntu
44+
if: runner.os == 'Linux'
45+
run: |
46+
dotnet tool install -g microsoft.sqlpackage
47+
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
4248
4349
- name: Azure Login
4450
uses: azure/login@v2

0 commit comments

Comments
 (0)