Skip to content

Commit

Permalink
chore(integration-tests-workflow): rename 'nightly' for 'main' (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh authored Dec 12, 2024
1 parent 56e4774 commit ed3adcd
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: ['<18.0.0', '<19.0.0', 'nightly']
tutor_version: ['<18.0.0', '<19.0.0', 'main']
steps:
- name: Run Integration Tests
uses: eduNEXT/integration-test-in-tutor@main
Expand Down

0 comments on commit ed3adcd

Please sign in to comment.