1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-08 21:20:41 +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 uses: actions/setup-node@v4
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
#cache: 'npm' cache: 'npm'
- run: npm ci - run: npm ci
- run: npm run build --if-present - run: npm run build --if-present
- run: cd test && npm ci
- run: npm test - run: npm test