Skip to content

Commit

Permalink
Merge branch 'main' of github.com:efabless/EF_UVM
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Jan 13, 2025
2 parents e8f90d7 + 731dfd7 commit 2d5b1e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@ jobs:
run: |
python3 ./.github/scripts/get_IPs_matrix.py
echo "IPs=$(python3 ./.github/scripts/get_IPs_matrix.py)" >> "$GITHUB_OUTPUT"
Setup-Dependencies:
runs-on: ubuntu-latest
steps:
- name: Install PDK
uses: efabless/EF_UVM/.github/actions/install-pdk@main

IPs:
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.Prepare-IPs-Matrix.outputs.IPs) }}
needs: [Prepare-IPs-Matrix]
needs: [Prepare-IPs-Matrix, Setup-Dependencies]
name: ${{ matrix.IPs.name }}
uses: ./.github/workflows/run_IP.yaml
with:
Expand Down

0 comments on commit 2d5b1e3

Please sign in to comment.