From ddecab5353340ed90dfe8bee783745a21ade2eb4 Mon Sep 17 00:00:00 2001 From: Luis Felipe Castano Date: Thu, 30 May 2024 19:14:47 -0500 Subject: [PATCH] feat: add github action integration --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 23046607..d383d6fd 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4.1.6 with: path: eox-tenant - - uses: eduNEXT/integration-test-in-tutor + - uses: eduNEXT/integration-test-in-tutor@main with: tutor_version: ${{ matrix.tutor_version }} app_name: "eox-tenant"