Skip to content

Commit

Permalink
chore: fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Jul 22, 2023
1 parent 2e50447 commit 0956709
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node }}
- name: run tests
- name: Install Django ${{ matrix.django-version }}
run: |
sudo apt install gettext
python -m pip install "django~=${{ matrix.django-version }}.0"
Expand All @@ -32,3 +32,12 @@ jobs:
make build
make test
make validate_translations
- name: run tests
run: |
sudo apt install gettext
python -m pip install "django==3.2.20"
pip install -r requirements/test.txt
make npm_requirements
make build
make test
make validate_translations

0 comments on commit 0956709

Please sign in to comment.