Skip to content

Commit

Permalink
👷 Fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jyboy committed Apr 18, 2024
1 parent 17213ae commit 13ca7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Little Lemon Restaurant

[![Build Status](https://img.shields.io/github/actions/workflow/status/jyboy/little-lemon-restaurant/main.yml?branch=main)](https://github.com/jyboy/little-lemon-restaurant/actions/workflows/main.yml)
[![Build Status](https://img.shields.io/github/actions/workflow/status/jyboy/little-lemon-restaurant/ut.yml?branch=main)](https://github.com/jyboy/little-lemon-restaurant/actions/workflows/ut.yml)
[![Cypress Status](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/nfahnr/main&style=flat&logo=cypress)](https://cloud.cypress.io/projects/nfahnr/runs)
[![Netlify Status](https://api.netlify.com/api/v1/badges/34939cfa-d864-4db0-b0cd-43944fa61457/deploy-status)](https://app.netlify.com/sites/littlelemon-rest/deploys)
[![Project Background](https://img.shields.io/badge/Capstone_Project_-Meta_Frontend_Developer-2a73cc)](https://coursera.org/share/7fac44fbba3ed1449f894efc63c75116)
Expand Down
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'cypress';
export default defineConfig({
projectId: "nfahnr",
e2e: {
baseUrl: 'http://127.0.0.1:4173',
baseUrl: 'http://localhost:4173',
supportFile: false
},
viewportWidth: 1920,
Expand Down

0 comments on commit 13ca7f5

Please sign in to comment.