Skip to content

Commit

Permalink
[temp] add check npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin committed Oct 18, 2023
1 parent 3fded2e commit c02ae9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-utbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive

- name: check npm
run: |
n ls
- name: build UTBot
run: |
export VERSION=$(date '+%Y.%m').$GITHUB_RUN_NUMBER
Expand Down

0 comments on commit c02ae9d

Please sign in to comment.