1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-30 09:10:42 +02:00

github actions: use working-directory

This commit is contained in:
Thomas Wilkerling
2025-04-17 14:53:03 +02:00
parent db75671f60
commit f375f96ea0

View File

@@ -53,5 +53,7 @@ jobs:
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 ci
- run: cd test && npm test working-directory: test
- run: npm test
working-directory: test