Skip to content

Commit 25ad87e

Browse files
committed
Remove Keystore File Check per #628
1 parent 27a82ba commit 25ad87e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/test-visual-studio.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -203,24 +203,6 @@ jobs:
203203
echo test_v1_signed.bin file:
204204
dir test_v1_signed.bin /s
205205
206-
- name: DOS Keystore File Check
207-
shell: cmd
208-
working-directory: .\
209-
run: |
210-
:: # Run a script to check for keystore files
211-
echo Running .\tools\scripts\keystore_file_check.bat
212-
213-
.\tools\scripts\keystore_file_check.bat
214-
215-
- name: Bash Keystore File Check
216-
shell: bash
217-
working-directory: .\
218-
run: |
219-
# Run a script to re-check for keystore files using bash (just to test scripts)
220-
echo "Running ./tools/scripts/keystore_file_check.sh"
221-
222-
./tools/scripts/keystore_file_check.sh
223-
224206
# Step 3 Build Test tool, then run it
225207
- name: Build Library Test test-lib.exe
226208
shell: cmd

0 commit comments

Comments
 (0)