From fe424127da927c3f8f2c21781e7b18fcb0a1bb91 Mon Sep 17 00:00:00 2001 From: Jefferson Ramos Date: Tue, 15 Apr 2025 09:18:02 -0300 Subject: [PATCH] test: adding python ARM64 test on CI --- .github/workflows/test-e2e-runtime.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-e2e-runtime.yaml b/.github/workflows/test-e2e-runtime.yaml index e0442c2e0..15b884a00 100644 --- a/.github/workflows/test-e2e-runtime.yaml +++ b/.github/workflows/test-e2e-runtime.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ "ubuntu-latest", "ubuntu-24.04-arm" ] - runtime: ["go", "quarkus"] + runtime: ["go", "quarkus", "python"] include: - os: ubuntu-latest runtime: node