Skip to content

Commit

Permalink
🧪 fix url for api
Browse files Browse the repository at this point in the history
  • Loading branch information
Azanniel committed Dec 27, 2023
1 parent 189683b commit bbeb76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: cypress-io/github-action@v6
env:
APP_URL: "http://localhost:3000"
NEXT_PUBLIC_API_BASE_URL: "http://localhost:3000"
NEXT_PUBLIC_API_BASE_URL: "https://ignite-devstore-api.vercel.app"
with:
build: npm run build
start: npm start

0 comments on commit bbeb76e

Please sign in to comment.