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.
2 parents f16e088 + 7dc2e23 commit cbba989Copy full SHA for cbba989
.github/workflows/publish-binaries.yml
@@ -631,8 +631,9 @@ jobs:
631
docker_tag="${{ needs.set-env.outputs.docker_tag }}"
632
docker_tag="${docker_tag:-latest}" # latest by default
633
./test-docker-tag.sh "$docker_tag"
634
- docker compose -f docker-compose-test-tag.yml up -d
635
- ./run-notebooks.sh "$docker_tag"
+ docker compose -f docker-compose-test-tag.yml up cicd -d
+ ./run-notebooks.sh
636
+ docker compose down -v
637
638
shell: bash
639
0 commit comments