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