Skip to content

Commit

Permalink
Download workspace after maximizing disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 28, 2024
1 parent 620e7ce commit fb0769c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_IP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ jobs:
run: |
echo "WORKING_DIRECTORY=${{ env.IP_PATH }}/verify/uvm-python" >> $GITHUB_ENV
echo "SIM_DIRECTORY=${{ env.IP_PATH }}/verify/uvm-python/sim" >> $GITHUB_ENV
- name: Setup OpenLane
uses: efabless/EF_UVM/.github/actions/setup-openlane-nix@main
if: ${{ matrix.tests.tag == 'GL' }}
- name: Download Workspace
uses: actions/download-artifact@v4
with:
name: ${{ inputs.name }}-workspace
path: ${{ env.MY_WORKSPACE }}
- name: Setup OpenLane
uses: efabless/EF_UVM/.github/actions/setup-openlane-nix@main
if: ${{ matrix.tests.tag == 'GL' }}
- name: Install Docker Image
run: docker pull efabless/dv:cocotb
- name: Run Test
Expand Down

0 comments on commit fb0769c

Please sign in to comment.