Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
ci: update docker compose and add py3.8 check on codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem committed Apr 18, 2024
1 parent 068fb3d commit f852676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Build Docker
run: |
docker-compose -f .github/docker-compose-ci.yml up -d
docker compose -f .github/docker-compose-ci.yml up -d
docker exec ecomworker bash -c "sudo apt update -y; sudo apt install python3-dev -y;"
- name: Run Tests
Expand All @@ -39,7 +39,7 @@ jobs:
docker exec ecomworker bash -c "cd /edx/app/ecomworker/ecomworker && make $TARGETS"
- name: Run Coverage
if: matrix.test-target == 'test'
if: matrix.test-target == 'test' && matrix.python-version == '3.8'
run: |
pip install -U codecov
codecov

0 comments on commit f852676

Please sign in to comment.