Skip to content

Commit

Permalink
Fix broken test command to build integration contracts
Browse files Browse the repository at this point in the history
which is no longer build:integration but just build
  • Loading branch information
elenadimitrova authored and smartcontracts committed Nov 10, 2021
1 parent a90ecb9 commit 2f84b65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Follow installation + build instructions in the [primary README](../README.md).
Then, run:

```bash
yarn build:integration
yarn build
```

## Running tests
Expand Down

0 comments on commit 2f84b65

Please sign in to comment.