Skip to content

Commit

Permalink
fixup! feat: initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Dec 13, 2024
1 parent 1c47330 commit 1162a00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
edx-platform:
- branch: opencraft-release/redwood.1
remote: open-craft
release: redwood
python_version: 3.11
- branch: open-release/sumac.master
remote: openedx
python_version: 3.11
- branch: master
remote: openedx
release: master
python_version: 3.11
env:
EDX_PLATFORM_PATH: ./edx/app/edxapp/edx-platform
Expand Down Expand Up @@ -91,7 +92,7 @@ jobs:
run: make test_integration

- name: Run coverage
if: matrix.edx-platform.release == 'redwood'
if: matrix.edx-platform.branch == 'opencraft-release/redwood.1'
uses: codecov/codecov-action@v5
with:
working-directory: ${{ env.PLUGIN_PATH }}
Expand Down

0 comments on commit 1162a00

Please sign in to comment.