Skip to content

Commit

Permalink
fix(build): fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Feb 7, 2025
1 parent 3df9052 commit d188322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- run: npm ci
- run: npm run build
- run: npm run test
env:
MOYSKLAD_TOKEN: ${{ secrets.MOYSKLAD_TOKEN }}

Expand Down

0 comments on commit d188322

Please sign in to comment.