From bd91ead146d3a6c97364f88b7db0e441a4fd56be Mon Sep 17 00:00:00 2001 From: ChaseSizemore Date: Mon, 14 Aug 2023 18:57:51 -0400 Subject: [PATCH] changed yml --- .github/workflows/deploy.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59370ec..6d91bc0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,28 +10,7 @@ on: - test-CICD jobs: - cypress-run: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: 16 - - - name: Install Dependencies - run: npm ci - - - name: Run Cypress Tests - uses: cypress-io/github-action@v2 - with: - start: npm run dev - wait-on: 'http://localhost:3000' - deploy: - needs: cypress-run runs-on: ubuntu-latest steps: - name: Checkout