diff --git a/.github/workflows/es-actions.yml b/.github/workflows/es-actions.yml index 6bbd39291..03bb1dc4d 100644 --- a/.github/workflows/es-actions.yml +++ b/.github/workflows/es-actions.yml @@ -536,7 +536,6 @@ jobs: rm -rf $HOME/Escargot-cache/ - name: Run x64 release test run: | - $RUNNER --arch=x86_64 --engine="$GITHUB_WORKSPACE/out/codecache/release/x64/escargot" web-tooling-benchmark $RUNNER --arch=x86_64 --engine="$GITHUB_WORKSPACE/out/codecache/release/x64/escargot" web-tooling-benchmark rm -rf $HOME/Escargot-cache/ - name: Handle error cases diff --git a/.gitmodules b/.gitmodules index 872469a8b..286a1a3a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,17 +15,18 @@ url = https://github.com/chromium/octane.git ignore = untracked [submodule "test/kangax"] - path = test/kangax - url = https://github.com/kangax/compat-table.git + path = test/kangax + url = https://github.com/kangax/compat-table.git ignore = untracked [submodule "third_party/googletest"] - path = third_party/googletest - url = https://github.com/google/googletest.git + path = third_party/googletest + url = https://github.com/google/googletest.git ignore = untracked [submodule "third_party/walrus"] - path = third_party/walrus - url = https://github.com/Samsung/walrus.git - ignore = untracked + path = third_party/walrus + url = https://github.com/Samsung/walrus.git + ignore = untracked [submodule "test/web-tooling-benchmark"] - path = test/web-tooling-benchmark - url = https://github.com/v8/web-tooling-benchmark + path = test/web-tooling-benchmark + url = https://github.com/v8/web-tooling-benchmark + ignore = untracked