1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-30 01:00:11 +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'
- run: npm ci
- run: npm run build --if-present
- run: cd test && npm ci
- run: cd test && npm test
- run: npm ci
working-directory: test
- run: npm test
working-directory: test