-
-
Notifications
You must be signed in to change notification settings - Fork 814
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update library version with working Analysis Services on Desktop (#8898)
- Loading branch information
1 parent
01ef80b
commit 8452dc7
Showing
4 changed files
with
17 additions
and
11 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 |
---|---|---|
|
@@ -7,23 +7,24 @@ on: | |
defaults: | ||
run: | ||
shell: pwsh | ||
env: | ||
SMODefaultModuleName: dbatools | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
jobs: | ||
linux-tests: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest, arm64] | ||
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Install and cache PowerShell modules | ||
uses: potatoqualitee/[email protected] | ||
with: | ||
modules-to-cache: dbatools.library:2023.4.27 | ||
modules-to-cache: dbatools.library:2023.5.5 | ||
|
||
- name: Download dbatools from Gallery | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -3,23 +3,25 @@ on: [push] | |
defaults: | ||
run: | ||
shell: pwsh | ||
env: | ||
SMODefaultModuleName: dbatools | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
|
||
jobs: | ||
linux-tests: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest, arm64] | ||
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Install and cache PowerShell modules | ||
uses: potatoqualitee/[email protected] | ||
with: | ||
modules-to-cache: dbatools.library:2023.4.27 | ||
modules-to-cache: dbatools.library:2023.5.5 | ||
|
||
- name: Set encryption values | ||
run: | | ||
|
@@ -57,8 +59,6 @@ jobs: | |
windows-tests: | ||
runs-on: windows-latest | ||
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
|
||
steps: | ||
- name: Checkout dbatools repo | ||
|
@@ -68,7 +68,7 @@ jobs: | |
uses: potatoqualitee/[email protected] | ||
with: | ||
shell: powershell, pwsh | ||
modules-to-cache: dbatools.library:2023.4.27 | ||
modules-to-cache: dbatools.library:2023.5.5 | ||
|
||
- name: Install SQL Server localdb | ||
uses: potatoqualitee/[email protected] | ||
|
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 |
---|---|---|
@@ -1,8 +1,13 @@ | ||
name: Cross Platform Import | ||
on: [push] | ||
defaults: | ||
env: | ||
SMODefaultModuleName: dbatools | ||
|
||
jobs: | ||
build: | ||
env: | ||
SMODefaultModuleName: dbatools | ||
name: Module imports on all platforms | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
|
@@ -16,7 +21,7 @@ jobs: | |
- name: Install and cache PowerShell modules | ||
uses: potatoqualitee/[email protected] | ||
with: | ||
modules-to-cache: dbatools.library:2023.4.27 | ||
modules-to-cache: dbatools.library:2023.5.5 | ||
|
||
- name: Perform the import | ||
shell: pwsh | ||
|
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