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 672d902Copy full SHA for 672d902
.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
0 commit comments