Updates for file translations/frontend-app-enterprise-public-catalog/src/i18n/transifex_input.json in fr_CA on branch main #682
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run make test for python | |
name: Python Tests | |
on: | |
- pull_request | |
jobs: | |
python-translations: | |
runs-on: ubuntu-latest | |
steps: | |
# Clones the openedx-translations repo | |
- name: clone openedx/openedx-translations | |
uses: actions/checkout@v3 | |
# Sets up Python | |
- name: setup python | |
uses: actions/setup-python@v4 | |
with: | |
python-version: '3.8' | |
# Run the script | |
- name: run python tests | |
run: | | |
make test_requirements | |
make test |