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