From eddfb4660ce4db79c49a041a5bc1cf32679807d3 Mon Sep 17 00:00:00 2001 From: Shveta Date: Mon, 9 Jan 2023 16:55:48 -0800 Subject: [PATCH] Workflow yamls for MTR --- .github/workflows/pull_request.yaml | 4 ++-- cypress/e2e/tests/project_page.test.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 8e809ff..862f8db 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -7,7 +7,7 @@ on: jobs: k8s-tests: name: Collect test cases - runs-on: ubuntu-20.04-16core + runs-on: ubuntu-latest outputs: tests: ${{ steps.event.outputs.tests }} steps: @@ -27,7 +27,7 @@ jobs: name: Run collected tests needs: k8s-tests if: ${{ needs.k8s-tests.outputs.tests }} - runs-on: ubuntu-20.04-16core + runs-on: ubuntu-latest steps: - name: start minikube id: minikube diff --git a/cypress/e2e/tests/project_page.test.ts b/cypress/e2e/tests/project_page.test.ts index b509918..35d6c1a 100644 --- a/cypress/e2e/tests/project_page.test.ts +++ b/cypress/e2e/tests/project_page.test.ts @@ -18,6 +18,7 @@ describe("Project page", () => { cy.fixture("json/data").then(function (projectData) { this.projectData = projectData; }); + }); it("Project CRUD tests", function(){