Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Chore: update submodules #2399

Merged
merged 3 commits into from
Apr 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions .github/workflows/parser_conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ ubuntu-latest ]

steps:
- name: Checkout PR Branch
Expand All @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion xtask/coverage/Typescript
Submodule Typescript updated 3099 files
2 changes: 1 addition & 1 deletion xtask/coverage/babel
Submodule babel updated 545 files
2 changes: 1 addition & 1 deletion xtask/coverage/test262
Submodule test262 updated 923 files