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: ...@@ -54,7 +54,7 @@ jobs:
working-directory: ./integration-tests working-directory: ./integration-tests
run: | run: |
yarn yarn
yarn build:integration yarn build
yarn test:sync yarn test:sync
- name: Collect docker logs on failure - name: Collect docker logs on failure
......
...@@ -189,7 +189,7 @@ Build and run the integration tests: ...@@ -189,7 +189,7 @@ Build and run the integration tests:
```bash ```bash
cd integration-tests cd integration-tests
yarn build:integration yarn build
yarn test:integration yarn test:integration
``` ```
#### Running contract static analysis #### Running contract static analysis
......
...@@ -6,7 +6,7 @@ Follow installation + build instructions in the [primary README](../README.md). ...@@ -6,7 +6,7 @@ Follow installation + build instructions in the [primary README](../README.md).
Then, run: Then, run:
```bash ```bash
yarn build:integration yarn build
``` ```
## Running tests ## 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