mirror of https://github.com/VLSIDA/OpenRAM.git
Don't need to cleanup as checkout does it.
This commit is contained in:
parent
5ab67214e5
commit
bedd1b3d15
|
|
@ -1,18 +1,7 @@
|
||||||
name: ci
|
name: ci
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
coverage_cleanup:
|
|
||||||
runs-on: self-hosted
|
|
||||||
steps:
|
|
||||||
- name: Coverage cleanup
|
|
||||||
run: |
|
|
||||||
echo "Cleaning up previous run"
|
|
||||||
echo "github.workspace = ${{ github.workspace }}"
|
|
||||||
rm -rf "${{ github.workspace }}/scn4me_subm_temp"
|
|
||||||
rm -rf "${{ github.workspace }}/freepdk45_temp"
|
|
||||||
python3-coverage erase
|
|
||||||
checkout_code:
|
checkout_code:
|
||||||
needs: [coverage_cleanup]
|
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue