From 89c832d49cf653145d42f27afbda8e67d05d583b Mon Sep 17 00:00:00 2001 From: Mathew Date: Thu, 8 Jun 2023 22:54:13 +0530 Subject: [PATCH] Update cypress.yaml --- .github/workflows/cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 16d09e829e6..8ec0ead9912 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -12,7 +12,7 @@ on: jobs: cypress-run: if: github.repository == 'coronasafe/care_fe' - runs-on: ubuntu-latest + runs-on: cypress-test steps: - name: Checkout 📥 uses: actions/checkout@v3