From b2b576b2d2d6d70238ea9a32fe622e9e53347daa Mon Sep 17 00:00:00 2001 From: Augusto Date: Fri, 12 Apr 2024 17:49:52 +0200 Subject: [PATCH] Running the e2e test cases on self hosted --- .github/workflows/deploy-forteste2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-forteste2e.yml b/.github/workflows/deploy-forteste2e.yml index f9d6bd2d..9a9e12ec 100644 --- a/.github/workflows/deploy-forteste2e.yml +++ b/.github/workflows/deploy-forteste2e.yml @@ -7,7 +7,7 @@ on: jobs: e2e-tests: name: End to end tests - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Check out the repo