Skip to content

Commit

Permalink
test: add Redwood to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Jul 10, 2024
1 parent b79978d commit 4ab7221
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,23 @@ jobs:
- branch: opencraft-release/nutmeg.2
remote: open-craft
release: nutmeg
python-version: 3.8
- branch: opencraft-release/palm.1
remote: open-craft
release: palm
python-version: 3.8
- branch: opencraft-release/quince.1
remote: open-craft
release: quince
python-version: 3.8
- branch: opencraft-release/redwood.1
remote: open-craft
release: redwood
python-version: 3.11
- branch: master
remote: openedx
release: master
python-version: 3.11
env:
EDX_PLATFORM_PATH: ./edx/app/edxapp/edx-platform
SECTION_TO_COURSE_PATH: ./edx/src/section-to-course
Expand All @@ -55,7 +63,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: ${{ matrix.edx-platform.python-version }}

- name: Get pip cache dir
id: pip-cache-dir
Expand Down

0 comments on commit 4ab7221

Please sign in to comment.