Skip to content

Commit b163219

Browse files
authored
Fix warning (#6788)
1 parent 90eea8d commit b163219

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pr_check.yml

-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ jobs:
229229
test_size: "small,medium"
230230
test_threads: 52
231231
put_build_results_to_cache: true
232-
run_tests_if_build_fails: false
233232
secs: ${{ format('{{"TESTMO_TOKEN2":"{0}","AWS_KEY_ID":"{1}","AWS_KEY_VALUE":"{2}","REMOTE_CACHE_USERNAME":"{3}","REMOTE_CACHE_PASSWORD":"{4}"}}',
234233
secrets.TESTMO_TOKEN2, secrets.AWS_KEY_ID, secrets.AWS_KEY_VALUE, secrets.REMOTE_CACHE_USERNAME, secrets.REMOTE_CACHE_PASSWORD ) }}
235234
vars: ${{ format('{{"AWS_BUCKET":"{0}","AWS_ENDPOINT":"{1}","REMOTE_CACHE_URL":"{2}","TESTMO_URL":"{3}","TESTMO_PROJECT_ID":"{4}"}}',

0 commit comments

Comments
 (0)