Skip to content

Commit e9cd8a1

Browse files
committed
Fixing circleci
1 parent 319b466 commit e9cd8a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- setup_remote_docker:
1212
docker_layer_caching: true
1313
- run: ls -l $(ls)
14-
- run: bash ./build_github.sh
14+
- run: bash ./bin/build_github.sh
1515
- run: docker ps --format "table {{.Names}}\t{{.Ports}}" && docker compose ps
1616
- run: docker-compose up --build --no-deps -d test
1717
- run: docker compose exec test npx cypress run

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
submodules: false
4949

5050
- name: Build and start Docker Compose services
51-
run: bash ./build_github.sh
51+
run: bash ./bin/build_github.sh
5252

5353
- name: check dns is working
5454
run: cat /etc/hosts; netstat -tulpn # Use -tulpn to show TCP/UDP listeners

0 commit comments

Comments
 (0)