From 334259b704e81cfcaa7768dd9ff9e3ef98ab5270 Mon Sep 17 00:00:00 2001 From: Daniel <45217974+w3bdesign@users.noreply.github.com> Date: Mon, 22 Jul 2024 01:23:33 +0200 Subject: [PATCH 1/2] Rename workflow --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 5e3431e8..89024827 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,4 +1,4 @@ -name: Cypress Github Action +name: Cypress on: push jobs: basic-pnpm: From 87600bc693c94fdf7c62f28dd28bd11e86929326 Mon Sep 17 00:00:00 2001 From: Daniel <45217974+w3bdesign@users.noreply.github.com> Date: Mon, 22 Jul 2024 01:24:38 +0200 Subject: [PATCH 2/2] Rename job --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 89024827..948aed9f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,7 +1,7 @@ name: Cypress on: push jobs: - basic-pnpm: + cypress: runs-on: ubuntu-22.04 steps: - name: Checkout