Skip to content

Commit

Permalink
ci(precheck): skip LVS
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Nov 5, 2024
1 parent d34ad9a commit fdb976b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
-e INPUT_DIRECTORY="$INPUT_DIRECTORY" -e PDK_PATH="$PDK_PATH" -e PDK_ROOT="$PDK_ROOT" \
-u $(id -u "$USER"):$(id -g "$USER") \
-w /opt/mpw_precheck \
efabless/mpw_precheck:latest ./run_precheck.sh --private
efabless/mpw_precheck:latest ./run_precheck.sh --private --skip_checks lvs
env:
PDK_PATH: ${{ env.PDK_ROOT }}/sky130A
INPUT_DIRECTORY: ${{ github.workspace }}/tinytapeout-submission
Expand Down

0 comments on commit fdb976b

Please sign in to comment.