From df0e20bd3e75c4a1e419596132c6fd35ba5d234e Mon Sep 17 00:00:00 2001 From: Amanda Hager Lopes de Andrade Katz Date: Wed, 4 Dec 2024 10:38:50 -0300 Subject: [PATCH] chore: run integration test in x64 --- .github/workflows/test_integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 317397b2..eb75be70 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -27,7 +27,7 @@ jobs: # Ensure project builds before running testing matrix build: name: Build - runs-on: [self-hosted, jammy] + runs-on: [self-hosted, jammy, X64] timeout-minutes: 5 steps: - uses: actions/checkout@v4 @@ -41,7 +41,7 @@ jobs: test: name: Integration needs: build - runs-on: [self-hosted, jammy] + runs-on: [self-hosted, jammy, X64] strategy: fail-fast: false matrix: