Skip to content

Commit

Permalink
ci(action): dont run npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Yukal committed Mar 30, 2024
1 parent 6e8c0e2 commit d23b90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
# - run: npm ci
- run: npm test
- run: npm run coverage
5 changes: 2 additions & 3 deletions .github/workflows/test-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ jobs:
wget -O data/Names/boy_full_result.txt "https://www.dropbox.com/scl/fi/tbt305vnm42uw8g3e7tiu/boy_full_result.txt?rlkey=khg8oedvgtb710584cpj81ssy&dl=0"
wget -O data/Names/girl_full_result.txt "https://www.dropbox.com/scl/fi/n9m7ieeo4yrbq2dhtw1hm/girl_full_result.txt?rlkey=lgif5k7via14ptwhtysknnfeh&dl=0"
- run: |
npm ci
npm run test-general
# - run: npm ci
- run: npm run test-general

0 comments on commit d23b90c

Please sign in to comment.