Skip to content

Commit

Permalink
chore(just): remove update_fixtures from just submodules (#7875)
Browse files Browse the repository at this point in the history
It is replaced by `update-transformer-fixtures`
  • Loading branch information
Boshen authored Dec 14, 2024
1 parent c0576fa commit 0f540ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,10 @@ jobs:
save-cache: ${{ github.ref_name == 'main' }}
tools: just

- name: Update transformer fixtures
if: steps.filter.outputs.src == 'true'
run: node tasks/transform_conformance/update_fixtures.js

- name: Check Conformance
if: steps.filter.outputs.src == 'true'
run: |
just update-transformer-fixtures
just coverage
git diff --exit-code
Expand Down
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ submodules:
just clone-submodule tasks/coverage/babel https://github.com/babel/babel.git 54a8389fa31ce4fd18b0335b05832dc1ad3cc21f
just clone-submodule tasks/coverage/typescript https://github.com/microsoft/TypeScript.git d85767abfd83880cea17cea70f9913e9c4496dcc
just clone-submodule tasks/prettier_conformance/prettier https://github.com/prettier/prettier.git 37fd1774d13ef68abcc03775ceef0a91f87a57d7
node tasks/transform_conformance/update_fixtures.js

# Install git pre-commit to format files
install-hook:
Expand Down

0 comments on commit 0f540ec

Please sign in to comment.