1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-01 01:51:57 +02:00

github actions: change to test directory

This commit is contained in:
Thomas Wilkerling
2025-04-17 14:42:06 +02:00
parent b24d85b034
commit a1d0a79154

View File

@@ -50,7 +50,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
#cache: 'npm'
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: cd test && npm ci
- run: npm test