Skip to content

Commit

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

0 comments on commit eb6f87a

Please sign in to comment.