We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a82ba commit 25ad87eCopy full SHA for 25ad87e
1 file changed
.github/workflows/test-visual-studio.yml
@@ -203,24 +203,6 @@ jobs:
203
echo test_v1_signed.bin file:
204
dir test_v1_signed.bin /s
205
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
218
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
224
# Step 3 Build Test tool, then run it
225
- name: Build Library Test test-lib.exe
226
shell: cmd
0 commit comments