Skip to content

Commit

Permalink
Workflow yamls for MTR
Browse files Browse the repository at this point in the history
  • Loading branch information
sshveta committed Jan 10, 2023
1 parent 9cd34b9 commit eddfb46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions cypress/e2e/tests/project_page.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe("Project page", () => {
cy.fixture("json/data").then(function (projectData) {
this.projectData = projectData;
});

});

it("Project CRUD tests", function(){
Expand Down

0 comments on commit eddfb46

Please sign in to comment.