Skip to content

Commit

Permalink
test: windows pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Sep 4, 2023
1 parent fd4bd28 commit 9903c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: ${{ always() }}
needs: [test-linux, test-macos, test-windows]
steps:
- uses: coverallsapp/github-action@v2
- uses: mrexox/coveralls-github-action@feat/use-pwsh-for-windows
with:
carryforward: "linux-1,linux-2,macos-2,macos-2,windows-1,windows-1"
parallel-finished: true
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Coveralls
id: coveralls
if: ${{ inputs.upload_coverage }}
uses: coverallsapp/github-action@v2
uses: mrexox/coveralls-github-action@feat/use-pwsh-for-windows
with:
parallel: true
flag-name: ${{ inputs.os }}-${{ matrix.test_number }}
Expand Down

0 comments on commit 9903c4f

Please sign in to comment.