Skip to content

Commit

Permalink
ci: test ga nightly integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Sep 12, 2024
1 parent c4b4b6c commit be80bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tutor_version: ["<17.0.0", "<18.0.0", "<19.0.0"]
tutor_version: ["<17.0.0", "<18.0.0", "<19.0.0", "nightly"]
steps:
- uses: actions/checkout@v4
with:
path: eox-tenant
- uses: eduNEXT/integration-test-in-tutor@main
- uses: eduNEXT/integration-test-in-tutor@dcoa/test-int-nightly
with:
tutor_version: ${{ matrix.tutor_version }}
app_name: "eox-tenant"
Expand Down

0 comments on commit be80bae

Please sign in to comment.