Skip to content

Commit

Permalink
update yaml action config #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nameer-Alkhayyat committed Mar 29, 2022
1 parent eb6f87a commit bd281c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/commit.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- name: Cache
uses: actions/[email protected]
with:
path: ~/fitup
key: package-lock-${{ hashFiles('~/package.json') }}
path: ~/.npm
key: npm-${{ hashFiles('~/package.json') }}
restore-keys: npm-
- run: npm install
- run: npm run build --if-present
- run: npx hardhat test

0 comments on commit bd281c1

Please sign in to comment.