From 0cba97e709c497df6d29090c8a59f9b5c54d322a Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Wed, 13 Apr 2022 08:49:52 +0200 Subject: [PATCH 1/3] Update babel submodule --- xtask/coverage/babel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/coverage/babel b/xtask/coverage/babel index a53c2fa4a21..df5c1ebb450 160000 --- a/xtask/coverage/babel +++ b/xtask/coverage/babel @@ -1 +1 @@ -Subproject commit a53c2fa4a21cae90dfc2a62030be08b2599b86f1 +Subproject commit df5c1ebb45040eff6c7146b7bee3a5142edc6223 From 67268bd70257a0a0daf956e02152e3991d197cf3 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Wed, 13 Apr 2022 08:52:09 +0200 Subject: [PATCH 2/3] Update t262 submodule --- xtask/src/coverage/test262 | 1 + 1 file changed, 1 insertion(+) create mode 160000 xtask/src/coverage/test262 diff --git a/xtask/src/coverage/test262 b/xtask/src/coverage/test262 new file mode 160000 index 00000000000..cba42e88c72 --- /dev/null +++ b/xtask/src/coverage/test262 @@ -0,0 +1 @@ +Subproject commit cba42e88c72c7df634074e8f01f6cba430210909 From 4d96928e364d56d54a843e0d6841d02cdfbbaefb Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Wed, 13 Apr 2022 08:55:12 +0200 Subject: [PATCH 3/3] chore: Update submodules Update the babel, t262, and TypeScript submodules --- .github/workflows/parser_conformance.yml | 20 +++++++++++--------- xtask/coverage/Typescript | 2 +- xtask/coverage/test262 | 2 +- xtask/src/coverage/test262 | 1 - 4 files changed, 13 insertions(+), 12 deletions(-) delete mode 160000 xtask/src/coverage/test262 diff --git a/.github/workflows/parser_conformance.yml b/.github/workflows/parser_conformance.yml index 122d30e0b43..1724f596c7e 100644 --- a/.github/workflows/parser_conformance.yml +++ b/.github/workflows/parser_conformance.yml @@ -5,9 +5,10 @@ on: branches: - main paths: - - 'crates/rome_js**/' - - 'crates/rome_rowan' - - 'xtask/codegen' + - 'crates/rome_js**/*' + - 'crates/rome_rowan/*' + - 'xtask/codegen/*' + - 'xtask/coverage/*' env: RUST_LOG: info @@ -21,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest] + os: [ ubuntu-latest ] steps: - name: Checkout PR Branch @@ -37,9 +38,6 @@ jobs: with: submodules: recursive - - name: Fetch Main Branch - run: git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin main - - name: Install toolchain run: rustup show @@ -53,8 +51,12 @@ jobs: continue-on-error: true run: cargo coverage --json > new_results.json - - name: Checkout Main Branch - run: git checkout main + - name: Checkout main Branch + uses: actions/checkout@v2 + with: + clean: false + ref: main + submodules: recursive - name: Run Test suites on main branch continue-on-error: true diff --git a/xtask/coverage/Typescript b/xtask/coverage/Typescript index eb3e7bd9d95..988fa85f88d 160000 --- a/xtask/coverage/Typescript +++ b/xtask/coverage/Typescript @@ -1 +1 @@ -Subproject commit eb3e7bd9d95811ad48b117df89cb222fd757a841 +Subproject commit 988fa85f88d581e5012fd50a3621bff69c3edb2c diff --git a/xtask/coverage/test262 b/xtask/coverage/test262 index e87b0048c40..2c880bf5c1d 160000 --- a/xtask/coverage/test262 +++ b/xtask/coverage/test262 @@ -1 +1 @@ -Subproject commit e87b0048c402479df1d9cb391fb86620cf3200fd +Subproject commit 2c880bf5c1d98b3a5dd59a18c5e37aa03ea3f43a diff --git a/xtask/src/coverage/test262 b/xtask/src/coverage/test262 deleted file mode 160000 index cba42e88c72..00000000000 --- a/xtask/src/coverage/test262 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cba42e88c72c7df634074e8f01f6cba430210909