Skip to content

Commit

Permalink
Update fake url for test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyandika committed Jun 15, 2024
1 parent 4c4033f commit 53876fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Prepare .env file
run: |
rm -f .env && touch .env
echo "REACT_APP_API_BASE_URL=fake123" >> .env
echo "REACT_APP_API_BASE_URL=https://example.com" >> .env
echo "VITE_SERVICE_ID=123fAkE" >> .env
echo "VITE_TEMPLATE_ID=123fAkE" >> .env
echo "VITE_PUBLIC_ID=123fAkE" >> .env
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
command: "bun run dev",
command: "npm run dev",
url: "http://localhost:5173",
reuseExistingServer: !process.env.CI,
},
Expand Down

0 comments on commit 53876fa

Please sign in to comment.