Skip to content

Commit

Permalink
Merge branch 'main' into zpedro/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello authored Dec 21, 2023
2 parents 89c7a5d + a315b8a commit 7c931f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vite_hardhat_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
outputs:
versions: ${{ steps.set-matrix.outputs.versions }}
versions_map: ${{ steps.set-matrix.outputs.versions_map }}

steps:
- uses: actions/checkout@v4

Expand All @@ -39,7 +40,7 @@ jobs:
defaults:
run:
working-directory: vite-hardhat
strategy:
strategy
fail-fast: false
matrix:
version: ${{ fromJson(needs.vite-hardhat-setup.outputs.versions) }}
Expand Down

0 comments on commit 7c931f3

Please sign in to comment.