Skip to content

Commit

Permalink
fix trhe workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaneri committed Nov 23, 2024
1 parent bb1fbb2 commit f000a9e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-pwsh7_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
- name: Run Pester Tests
shell: pwsh
run: |
run: |
$debugEnabled = $false
# Check if logs are in debug mode by parsing an example debug output pattern
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-pwsh_lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
- name: Run Pester Tests
shell: pwsh
run: |
run: |
$debugEnabled = $false
# Check if logs are in debug mode by parsing an example debug output pattern
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-pwsh_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
- name: Run Pester Tests
shell: pwsh
run: |
run: |
$debugEnabled = $false
# Check if logs are in debug mode by parsing an example debug output pattern
Expand Down

0 comments on commit f000a9e

Please sign in to comment.