Skip to content

Commit

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

0 comments on commit 0eb6be1

Please sign in to comment.