Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jul 19, 2024
1 parent a05fa4b commit 8719f84
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
# - run: npm i -g [email protected]
# - run: npm i -g mocha
- run: npm install --no-package-lock
name: Install dev dependencies
- run: ls "$(pwd)/node_modules/.bin"
- run: ls "$(pwd)/node_modules"
- run: PATH=$(pwd)/node_modules/.bin:$PATH npm run lint
- run: npm run lint
name: Run linter
- run: PATH=$(pwd)/node_modules/.bin:$PATH npm run test
- run: npm run test
name: Run unit tests

analyze_wda:
Expand Down

0 comments on commit 8719f84

Please sign in to comment.