Skip to content

Commit

Permalink
updating GitHub pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 17, 2024
1 parent 86d5b86 commit 6a50139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-test-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
uses: phoenix-actions/test-reporting@v15
if: success()
with:
name: ${{ inputs.name }}-${{ inputs.os }}-v${{ inputs.node }}
name: ${{ inputs.name }}-${{ inputs.os }}-node-${{ inputs.node }}
fail-on-error: true
path: mochawesome.json # Path to test results
reporter: mochawesome-json
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [macos-13, macos-14, ubuntu-22.04, windows-2022]
os: [macos-14, windows-2022]
os: [macos-13, macos-14, ubuntu-22.04, windows-2022]
# os: [macos-14, windows-2022]
node: [18, 20, 22]

steps:
Expand Down

0 comments on commit 6a50139

Please sign in to comment.