Skip to content

Commit

Permalink
comment out code for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jan 13, 2024
1 parent 9a54caa commit 7412c61
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,3 @@ jobs:
- name: Install and run Faux NPM Registry
uses: ethers-io/hijack-npm-action

- name: Copy tests to working directory
run: cp -r faux-npm/@clrfund/waffle-mock-contract/* .

- name: Search and replace import of ../src to @clrfund/waffle-mock-contract
run: sed -i'' "s#../src#@clrfund/waffle-mock-contract#g" test/*

- name: Install packages
run: yarn

- name: Run tests
run: npm test

0 comments on commit 7412c61

Please sign in to comment.