Skip to content

Commit

Permalink
feat: adopt synthetic-chain CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 13, 2023
1 parent 2007e7a commit 2421261
Show file tree
Hide file tree
Showing 9 changed files with 208 additions and 394 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
- name: build test images
run: |
docker info
./buildTestImages.ts
yarn synthetic-chain build
- name: run test images
run: ./runTestImages.ts
run: yarn synthetic-chain test

# XXX this should be instant because all the stages were already built in the steps above
# but it's re-building the last stage. This is deemed good enough for now.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@ If the proposal is _pending_ and does not yet have a number, use a letter. The p
To build the test images,

```
./buildTestImages.ts
yarn synthetic-chain build
```

To build the test images for particular proposals,

```
# build just upgrades
./buildTestImages.ts --match upgrade
yarn synthetic-chain build --match upgrade
```

To run the tests for particular proposals,

```
# build just upgrades
./runTestImages.ts --match upgrade
yarn synthetic-chain test --match upgrade
```

## Debugging
Expand Down
37 changes: 0 additions & 37 deletions buildTestImages.ts

This file was deleted.

75 changes: 0 additions & 75 deletions common.ts

This file was deleted.

35 changes: 0 additions & 35 deletions debugTestImage.ts

This file was deleted.

Loading

0 comments on commit 2421261

Please sign in to comment.