Skip to content

Commit

Permalink
fix: update usage of docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Mar 14, 2023
1 parent b2a092f commit f74ab45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
username: ${{ secrets.GITLAB_USERNAME }}
password: ${{ secrets.GITLAB_TOKEN }}
- name: Run and set up the parachain, oracle, staked relayer and vault
run: yarn install && yarn docker-parachain-start
run: docker-compose up
- run: yarn install && yarn test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Repo with agents that perform actions in response to on-chain states. Includes a
## Testing
```bash
yarn install
yarn docker-parachain-start
docker-compose up
# open a new terminal...
yarn test
```
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"scripts": {
"test": "yarn workspaces run test",
"build": "yarn workspaces run build",
"docker-parachain-start": "ts-node scripts/setup-parachain-docker.ts",
"docker-parachain-stop": "docker-compose -f local-setup/docker-compose.yml down -v"
},
"devDependencies": {
"@types/chai": "^4.2.16",
Expand Down

0 comments on commit f74ab45

Please sign in to comment.