Skip to content

Commit

Permalink
Merge branch 'main' into feat/sdk-47-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar authored Oct 9, 2023
2 parents 1362a1b + 333702f commit afb8387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
pull_request:

jobs:
build:
run-tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@ Contains all the PRs that improved the code without changing the behaviours.
### Added

- [#431](https://github.com/archway-network/archway/pull/431) - Added gh workflow to run IBC conformance tests on PRs

- [#439](https://github.com/archway-network/archway/pull/439) - Adding containerized localnet
- [#445](https://github.com/archway-network/archway/pull/445) - Adding Archway logo and version number to upgrade logs

- [#459](https://github.com/archway-network/archway/pull/459) - Add missing ADR references to docs index

### Changed

- [#457](https://github.com/archway-network/archway/pull/457) - Modify the upgrade handlers to pass in all the app keepers instead of just the account keeper
- [#465](https://github.com/archway-network/archway/pull/465) - Change the name of the gh workflow job from `build` to `run-tests` as it runs tests

### Deprecated

Expand Down

0 comments on commit afb8387

Please sign in to comment.