Skip to content

Commit 3dfaa7b

Browse files
committed
[gephi-lite] test e2e
1 parent 6469a7b commit 3dfaa7b

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Run unit tests
4646
run: npm run test
4747

48-
# - name: Run end-to-end tests
49-
# run: npm run test:e2e
48+
- name: Run end-to-end tests
49+
run: npm run test:e2e
5050

5151
- name: Upload Playwright report
5252
uses: actions/upload-artifact@v4
16.7 KB
Loading
9.18 KB
Loading
-51 KB
Loading
-350 KB
Loading

packages/gephi-lite/vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default defineConfig({
4141
},
4242
server: {
4343
open: false,
44-
host: process.env.VITE_HOST || "localhost",
44+
host: process.env.VITE_HOST || true,
4545
allowedHosts: process.env.VITE_ALLOWED_HOSTS?.split(","),
4646
proxy: {
4747
"^/_github/*": {

0 commit comments

Comments
 (0)