Skip to content

Commit fab86ba

Browse files
authored
Remove GUI submodule directory for script testing (#20088)
Remove GUI submodule before running GUI script tests.
1 parent eca97fa commit fab86ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-install-scripts.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ jobs:
9393
with:
9494
node-version-file: chia-blockchain-gui/.nvmrc
9595

96+
- name: Remove GUI submodule for gui script testing
97+
env:
98+
GUI_DIRECTORY: chia-blockchain-gui
99+
run: |
100+
[ -d "${GUI_DIRECTORY}" ]
101+
rm -rf "${GUI_DIRECTORY}"
102+
96103
- uses: ./.github/actions/install
97104
with:
98105
python-version: ${{ matrix.python.major-dot-minor }}

0 commit comments

Comments
 (0)