From bc541eeb1b5a769a107fa86026a9e67fe3a4fb21 Mon Sep 17 00:00:00 2001 From: "Jonathan E. Moussa" <40802025+godotalgorithm@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:28:30 -0400 Subject: [PATCH] Update mdi_report.yaml to add plugin tests --- .github/workflows/mdi_report.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mdi_report.yaml b/.github/workflows/mdi_report.yaml index 2753592..c6a3b4b 100644 --- a/.github/workflows/mdi_report.yaml +++ b/.github/workflows/mdi_report.yaml @@ -25,6 +25,8 @@ jobs: - name: Run custom MDI Mechanic tests run: | mdimechanic run --name "engine" + mdimechanic run --name "launch" + mdimechanic run --name "open" - name: Create Pull Request uses: peter-evans/create-pull-request@v7