Skip to content

Commit

Permalink
update yaml action config #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nameer-Alkhayyat committed Mar 29, 2022
1 parent bd281c1 commit 820578d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/commit.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Cache
uses: actions/[email protected]
with:
path: ~/.npm
key: npm-${{ hashFiles('~/package.json') }}
restore-keys: npm-
cache: 'npm'
# - name: Cache
# uses: actions/[email protected]
# with:
# 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 820578d

Please sign in to comment.