Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
create a cargo workspace and dedicated test crate (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy authored May 10, 2023
1 parent 8666846 commit ff6580f
Show file tree
Hide file tree
Showing 31 changed files with 129 additions and 149 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: populate conductor stack template
uses: cuchi/[email protected]
with:
template: templates/conductor_stack.yaml.jinja2
template: astria-conductor-test/templates/conductor_stack.yaml.jinja2
output_file: conductor_stack_init.yaml
strict: true
variables: |
Expand All @@ -51,7 +51,7 @@ jobs:
sequencer_host_grpc_port=9100
executor_host_http_port=8545
executor_host_grpc_port=50051
scripts_host_volume=container-scripts
scripts_host_volume=astria-conductor-test/container-scripts
- name: start stack to to download all images
run: |
podman kube play --start=false --replace \
Expand Down
Loading

0 comments on commit ff6580f

Please sign in to comment.