Skip to content

Commit dcbcd7d

Browse files
clover2123ksh8281
authored andcommitted
Add untracked flag for web-tooling-benchmark submodule
Signed-off-by: HyukWoo Park <[email protected]>
1 parent 9bc0956 commit dcbcd7d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/es-actions.yml

-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ jobs:
536536
rm -rf $HOME/Escargot-cache/
537537
- name: Run x64 release test
538538
run: |
539-
$RUNNER --arch=x86_64 --engine="$GITHUB_WORKSPACE/out/codecache/release/x64/escargot" web-tooling-benchmark
540539
$RUNNER --arch=x86_64 --engine="$GITHUB_WORKSPACE/out/codecache/release/x64/escargot" web-tooling-benchmark
541540
rm -rf $HOME/Escargot-cache/
542541
- name: Handle error cases

.gitmodules

+10-9
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@
1515
url = https://github.com/chromium/octane.git
1616
ignore = untracked
1717
[submodule "test/kangax"]
18-
path = test/kangax
19-
url = https://github.com/kangax/compat-table.git
18+
path = test/kangax
19+
url = https://github.com/kangax/compat-table.git
2020
ignore = untracked
2121
[submodule "third_party/googletest"]
22-
path = third_party/googletest
23-
url = https://github.com/google/googletest.git
22+
path = third_party/googletest
23+
url = https://github.com/google/googletest.git
2424
ignore = untracked
2525
[submodule "third_party/walrus"]
26-
path = third_party/walrus
27-
url = https://github.com/Samsung/walrus.git
28-
ignore = untracked
26+
path = third_party/walrus
27+
url = https://github.com/Samsung/walrus.git
28+
ignore = untracked
2929
[submodule "test/web-tooling-benchmark"]
30-
path = test/web-tooling-benchmark
31-
url = https://github.com/v8/web-tooling-benchmark
30+
path = test/web-tooling-benchmark
31+
url = https://github.com/v8/web-tooling-benchmark
32+
ignore = untracked

0 commit comments

Comments
 (0)