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:
6
.github/workflows/node.js.yml
vendored
6
.github/workflows/node.js.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user