Skip to content

Commit

Permalink
fix: limiting to q and p
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 8, 2024
1 parent be1d5d8 commit 1dcf626
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration Tests
name: Integration Tests Quince, Palm

on:
push:
Expand All @@ -9,8 +9,9 @@ jobs:
edx-platform-integration-test:
name: Integration with Tutor
strategy:
matrix:
tutor_version: ["", "<17.0.0", "<16.0.0"]
matrix: # quince palm olive
# tutor_version: ["<18.0.0", "<17.0.0", "<16.0.0"]
tutor_version: ["<18.0.0", "<17.0.0"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 1dcf626

Please sign in to comment.