Skip to content

Commit 53876fa

Browse files
committed
Update fake url for test
1 parent 4c4033f commit 53876fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Prepare .env file
1414
run: |
1515
rm -f .env && touch .env
16-
echo "REACT_APP_API_BASE_URL=fake123" >> .env
16+
echo "REACT_APP_API_BASE_URL=https://example.com" >> .env
1717
echo "VITE_SERVICE_ID=123fAkE" >> .env
1818
echo "VITE_TEMPLATE_ID=123fAkE" >> .env
1919
echo "VITE_PUBLIC_ID=123fAkE" >> .env

playwright.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = defineConfig({
7070

7171
/* Run your local dev server before starting the tests */
7272
webServer: {
73-
command: "bun run dev",
73+
command: "npm run dev",
7474
url: "http://localhost:5173",
7575
reuseExistingServer: !process.env.CI,
7676
},

0 commit comments

Comments
 (0)