Skip to content

Commit

Permalink
Merge pull request ToucanProtocol#19 from lazaralex98/prt-189-use-yarn
Browse files Browse the repository at this point in the history
PRT-189: Update exampe-implementations to use yarn
  • Loading branch information
0xmichalis authored May 14, 2022
2 parents 3969ca8 + 7be9999 commit 639e09d
Show file tree
Hide file tree
Showing 5 changed files with 10,562 additions and 42,546 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@ jobs:
${{ runner.os }}-${{ matrix.node-version }}-nodemodules-
- name: Install packages
run: npm i
run: yarn

- name: Prepare environment
run: cp .env.example .env

- name: Build contract
run: npx hardhat compile
run: yarn compile

- name: Test contract
run: npx hardhat test
run: yarn test
env:
POLYGON_URL: ${{ secrets.POLYGON_URL }}

- name: Deploy contract
run: npx hardhat --network hardhat run ./scripts/deployOffsetHelper.ts
run: yarn hardhat --network hardhat run ./scripts/deployOffsetHelper.ts
env:
POLYGON_URL: ${{ secrets.POLYGON_URL }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_modules
coverage
coverage.json
typechain
yarn.lock

#Hardhat files
cache
Expand Down
Loading

0 comments on commit 639e09d

Please sign in to comment.