Skip to content

Commit

Permalink
ci(integration-tests-wf): rename nightly to main in tutor_version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Dec 5, 2024
1 parent 9aef946 commit 9e392e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tutor_version: ['<19.0.0', '<20.0.0', 'nightly']
tutor_version: ['<19.0.0', '<20.0.0', 'main']
steps:
- name: Run Integration Tests
uses: eduNEXT/integration-test-in-tutor@main
Expand Down

0 comments on commit 9e392e9

Please sign in to comment.