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 e93a80f commit d902ac9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests-entry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
node: [ 20 ]
fail-fast: false

uses: ./.github/workflows/tests-entry-os.reusable.yml
secrets: inherit
with:
os: ${{ inputs.os }}
node: ${{ inputs.node }}
fast: ${{ inputs.os != 'ubuntu-latest' }}

0 comments on commit d902ac9

Please sign in to comment.