Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed May 5, 2023
1 parent 8452dc7 commit 88dc002
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
defaults:
run:
shell: pwsh
env:
SMODefaultModuleName: dbatools
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
jobs:
linux-tests:
env:
SMODefaultModuleName: dbatools
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ on: [push]
defaults:
run:
shell: pwsh
env:
SMODefaultModuleName: dbatools
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

jobs:
linux-tests:
env:
SMODefaultModuleName: dbatools
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -58,6 +58,9 @@ jobs:
$null = Invoke-Pester ./tests/gh-actions.ps1 -Output Detailed -PassThru
windows-tests:
env:
SMODefaultModuleName: dbatools
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
runs-on: windows-latest

steps:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/xplat-import.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Cross Platform Import
on: [push]
defaults:
env:
SMODefaultModuleName: dbatools

jobs:
build:
Expand Down
Binary file modified bin/dbatools-index.json
Binary file not shown.

0 comments on commit 88dc002

Please sign in to comment.