mirror of https://github.com/VLSIDA/OpenRAM.git
Update workflow syntax
This commit is contained in:
parent
0556b931a9
commit
7355fc91f8
|
|
@ -7,10 +7,10 @@ jobs:
|
|||
- name: Coverage cleanup
|
||||
run: |
|
||||
echo "Cleaning up previous run"
|
||||
echo ${{ github.workspace }}
|
||||
ls ${{ github.workspace }}
|
||||
echo ${{ github.home }}
|
||||
ls ${{ github.home }}
|
||||
echo "${{ github.workspace }}"
|
||||
ls "${{ github.workspace }}"
|
||||
echo "${{ github.home }}"
|
||||
ls "${{ github.home }}"
|
||||
rm -rf "${{ github.workspace }}"
|
||||
scn4me_subm:
|
||||
needs: [coverage_cleanup]
|
||||
|
|
|
|||
Loading…
Reference in New Issue