Skip to content
Prev Previous commit
Next Next commit
Update contracts-testing.yml
  • Loading branch information
jaybuidl authored Jan 5, 2022
commit ef375dcc3fd72613aabc7c77ff7cc78c502a7925
3 changes: 3 additions & 0 deletions .github/workflows/contracts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,18 @@ jobs:

- name: Install parent dependencies
run: |
echo "current dir: $PWD"
yarn install

- name: Install contracts dependencies
run: |
echo "current dir: $PWD"
npm install
working-directory: contracts

- name: Compile
run: |
echo "current dir: $PWD"
yarn build
working-directory: contracts

Expand Down