Skip to content

Commit

Permalink
changed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseSizemore committed Aug 14, 2023
1 parent d61f226 commit bd91ead
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd91ead

Please sign in to comment.