Skip to content

Commit

Permalink
delete redundant download in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
loin3 committed Jul 20, 2023
1 parent 175cb19 commit 41404d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/finschia-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v3

- name: download contracts
run: |
cd scripts/finschia/contracts
bash download.sh
with:
lfs: true

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- [\#95](https://github.com/Finschia/finschia-js/pull/95) delete redundant download in workflow

### Fixed

### Security
Expand Down

0 comments on commit 41404d7

Please sign in to comment.