Skip to content

Commit

Permalink
update CI to run on EF_UVM main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady authored May 2, 2024
1 parent 0405cdd commit 4db6568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uvm_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
- name: Extract Supported Buses
id: extract_buses
uses: efabless/EF_UVM/.github/actions/get-bus@support-ip-ci
uses: efabless/EF_UVM/.github/actions/get-bus
- name: Check Output
run: echo ${{ steps.extract_buses.outputs.buses }}
Run-IP-Tests:
uses: efabless/EF_UVM/.github/workflows/run_IP.yaml@support-ip-ci
uses: efabless/EF_UVM/.github/workflows/run_IP.yaml
needs: [Extract-Buses]
with:
test-names: "all_tests"
Expand Down

0 comments on commit 4db6568

Please sign in to comment.