Skip to content

Commit

Permalink
feat: down
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Sep 16, 2024
1 parent cf4a04b commit 20b333a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@ jobs:
bash setup.sh --non-interactive --overrides --postgres-password=postgres
docker compose up -d
- name: Run tests
run: #TODO i.e. python ./tests.py

- name: Stop partner-chains-demo
run: docker compose down --volumes

pre-release-candidate:
runs-on: ubuntu-latest
needs: [local-environment]
Expand Down

0 comments on commit 20b333a

Please sign in to comment.