Skip to content

Commit

Permalink
Update update-all-snapshots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Feb 5, 2024
1 parent 3b1b4d3 commit 056b940
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/update-all-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: ./.github/workflows/prepare-qa-kit.yml
secrets: inherit
with:
qa: ${{ inputs.qa }}
kit: ${{ inputs.kit }}
qa: ${{ needs.tools.outputs.qa-artifact }}
kit: ${{ needs.tools.outputs.kit-artifact }}

angular:
needs: tools
Expand All @@ -39,8 +39,8 @@ jobs:
version: ${{ matrix.version }}
node: ${{ matrix.version < 14 && 14 || (matrix.version >=17 && 18 || 16) }}
branch: ${{ inputs.branch }}
qa: ${{ inputs.qa }}
kit: ${{ inputs.kit }}
qa: ${{ needs.tools.outputs.qa-artifact }}
kit: ${{ needs.tools.outputs.kit-artifact }}
skip-tools: true

react:
Expand All @@ -57,8 +57,8 @@ jobs:
version: ${{ matrix.version }}
node: 18
branch: ${{ inputs.branch }}
qa: ${{ inputs.qa }}
kit: ${{ inputs.kit }}
qa: ${{ needs.tools.outputs.qa-artifact }}
kit: ${{ needs.tools.outputs.kit-artifact }}
skip-tools: true

vue:
Expand All @@ -75,8 +75,8 @@ jobs:
version: ${{ matrix.version }}
node: 18
branch: ${{ inputs.branch }}
qa: ${{ inputs.qa }}
kit: ${{ inputs.kit }}
qa: ${{ needs.tools.outputs.qa-artifact }}
kit: ${{ needs.tools.outputs.kit-artifact }}
skip-tools: true

svelte:
Expand All @@ -93,6 +93,6 @@ jobs:
version: ${{ matrix.version }}
node: 18
branch: ${{ inputs.branch }}
qa: ${{ inputs.qa }}
kit: ${{ inputs.kit }}
qa: ${{ needs.tools.outputs.qa-artifact }}
kit: ${{ needs.tools.outputs.kit-artifact }}
skip-tools: true

0 comments on commit 056b940

Please sign in to comment.