Skip to content

Commit

Permalink
Add reverse proxy test to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Dec 5, 2023
1 parent ff2a518 commit f3162d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,18 @@ workflows:
- build_files_artifacts_expander
<<: *filters_ignore_main

- test_reverse_proxy:
name: "Test reverse proxy against Docker"
cli-cluster-backend: "docker"
context:
- docker-user
requires:
- build_cli
- build_api_container_server
- build_engine_server
- build_files_artifacts_expander
<<: *filters_ignore_main

# -- Artifact-publishing jobs --------------------------------
- publish_kurtosis_sdk_rust:
context:
Expand Down

0 comments on commit f3162d0

Please sign in to comment.