mirror of https://github.com/VLSIDA/OpenRAM.git
Remove tab
This commit is contained in:
parent
96faf06b7c
commit
1614dc140d
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
export OPENRAM_TECH="`pwd`/technology:/software/PDKs/skywater-tech"
|
export OPENRAM_TECH="`pwd`/technology:/software/PDKs/skywater-tech"
|
||||||
export OPENRAM_TMP="${{ github.workspace }}/freepdk45_temp"
|
export OPENRAM_TMP="${{ github.workspace }}/freepdk45_temp"
|
||||||
#python3-coverage run -p $OPENRAM_HOME/tests/regress.py -j 12 -t freepdk45
|
#python3-coverage run -p $OPENRAM_HOME/tests/regress.py -j 12 -t freepdk45
|
||||||
$OPENRAM_HOME/tests/regress.py -j 12 -t freepdk45
|
$OPENRAM_HOME/tests/regress.py -j 12 -t freepdk45
|
||||||
- name: Archive
|
- name: Archive
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue