File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -536,7 +536,6 @@ jobs:
536
536
rm -rf $HOME/Escargot-cache/
537
537
- name : Run x64 release test
538
538
run : |
539
- $RUNNER --arch=x86_64 --engine="$GITHUB_WORKSPACE/out/codecache/release/x64/escargot" web-tooling-benchmark
540
539
$RUNNER --arch=x86_64 --engine="$GITHUB_WORKSPACE/out/codecache/release/x64/escargot" web-tooling-benchmark
541
540
rm -rf $HOME/Escargot-cache/
542
541
- name : Handle error cases
Original file line number Diff line number Diff line change 15
15
url = https://github.com/chromium/octane.git
16
16
ignore = untracked
17
17
[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
20
20
ignore = untracked
21
21
[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
24
24
ignore = untracked
25
25
[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
29
29
[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
You can’t perform that action at this time.
0 commit comments