Commit 2f84b659 authored by elenadimitrova's avatar elenadimitrova Committed by Kelvin Fichter

Fix broken test command to build integration contracts

which is no longer build:integration but just build
parent a90ecb97
......@@ -54,7 +54,7 @@ jobs:
working-directory: ./integration-tests
run: |
yarn
yarn build:integration
yarn build
yarn test:sync
- name: Collect docker logs on failure
......
......@@ -189,7 +189,7 @@ Build and run the integration tests:
```bash
cd integration-tests
yarn build:integration
yarn build
yarn test:integration
```
#### Running contract static analysis
......
......@@ -6,7 +6,7 @@ Follow installation + build instructions in the [primary README](../README.md).
Then, run:
```bash
yarn build:integration
yarn build
```
## Running tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment