Skip to content

Commit

Permalink
Remove locale setup from setup-env
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Dec 18, 2024
1 parent 2ddfbcf commit c7f5b78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,6 @@ jobs:
with:
setup_python: false
install_recipe: node-install
locales: "production"

- name: Run build
run: just frontend/run build
Expand All @@ -692,7 +691,6 @@ jobs:
with:
setup_python: false
install_recipe: node-install
locales: "test"

- name: Build and run Nuxt and Talkback
run: |
Expand Down Expand Up @@ -800,7 +798,6 @@ jobs:
with:
setup_python: false
install_recipe: node-install
locales: "test"

- name: Run check recipe
run: just ${{ matrix.recipe }}
Expand Down Expand Up @@ -913,7 +910,6 @@ jobs:
with:
setup_python: false
install_recipe: node-install
locales: "test"

- name: Run Playwright tests
run: just frontend/run ${{ matrix.script }} --workers=2
Expand Down

0 comments on commit c7f5b78

Please sign in to comment.