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

Commit

Permalink
chore: Update submodules
Browse files Browse the repository at this point in the history
Update the babel, t262, and TypeScript submodules
  • Loading branch information
MichaReiser committed Apr 13, 2022
1 parent 67268bd commit 23149c1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/parser_conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
paths:
- 'crates/rome_js**/'
- 'crates/rome_rowan'
- 'xtask/codegen'
- '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/test262
Submodule test262 updated 923 files
1 change: 0 additions & 1 deletion xtask/src/coverage/test262
Submodule test262 deleted from cba42e

0 comments on commit 23149c1

Please sign in to comment.