We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319b466 commit e9cd8a1Copy full SHA for e9cd8a1
.circleci/config.yml
@@ -11,7 +11,7 @@ jobs:
11
- setup_remote_docker:
12
docker_layer_caching: true
13
- run: ls -l $(ls)
14
- - run: bash ./build_github.sh
+ - run: bash ./bin/build_github.sh
15
- run: docker ps --format "table {{.Names}}\t{{.Ports}}" && docker compose ps
16
- run: docker-compose up --build --no-deps -d test
17
- run: docker compose exec test npx cypress run
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
submodules: false
49
50
- name: Build and start Docker Compose services
51
- run: bash ./build_github.sh
+ run: bash ./bin/build_github.sh
52
53
- name: check dns is working
54
run: cat /etc/hosts; netstat -tulpn # Use -tulpn to show TCP/UDP listeners
0 commit comments