Skip to content

Commit 81b8918

Browse files
committed
Squid ci fixes
1 parent f2bb8f2 commit 81b8918

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker/docker-compose.ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ services:
2222
networks:
2323
fulltest:
2424
aliases:
25-
- npm
2625
- website1.example.com
2726
- website2.example.com
2827
- website3.example.com

test/cypress/config/ci.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ module.exports = defineConfig({
1515
return require("../plugins/index.js")(on, config);
1616
},
1717
env: {
18-
swaggerBase: 'http://npm:81/api/schema',
18+
swaggerBase: 'http://fullstack:81/api/schema',
1919
},
20-
baseUrl: 'http://npm:81',
20+
baseUrl: 'http://fullstack:81',
2121
}
2222
});

0 commit comments

Comments
 (0)