Skip to content

Commit 08477de

Browse files
authored
Update testQuarkScript.yml
Set line to comment mv -vn $GITHUB_WORKSPACE/CWE-*/*.js test_ground/
1 parent 0718ea2 commit 08477de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testQuarkScript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
git clone "https://github.com/quark-engine/apk-samples.git"
5858
mv -vn $GITHUB_WORKSPACE/CWE-*/CWE-*.py test_ground/
5959
mv -vn $GITHUB_WORKSPACE/CWE-*/*.json test_ground/
60-
mv -vn $GITHUB_WORKSPACE/CWE-*/*.js test_ground/
60+
# mv -vn $GITHUB_WORKSPACE/CWE-*/*.js test_ground/
6161
mv -vn ./apk-samples/vulnerable-samples/*.apk test_ground/
6262
6363

0 commit comments

Comments
 (0)