Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Sep 18, 2024
1 parent d902ac9 commit c0febf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-entry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: ./.github/workflows/tests-entry-os.reusable.yml
secrets: inherit
with:
os: ${{ inputs.os }}
node: ${{ inputs.node }}
fast: ${{ inputs.os != 'ubuntu-latest' }}
os: ${{ matrix.os }}
node: ${{ matrix.node }}
fast: ${{ matrix.os != 'ubuntu-latest' }}

0 comments on commit c0febf6

Please sign in to comment.