We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87f4aa commit da6b970Copy full SHA for da6b970
.github/workflows/build_and_test_cap.yml
@@ -26,10 +26,13 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
+ cache-dependency-path: ams-cap-nodejs-bookshop
30
- name: Set up JDK 17 # for DCL -> DCN compilation to work before tests
31
uses: actions/setup-java@v4
32
33
java-version: '17'
34
distribution: 'temurin'
- - run: npm --prefix ams-cap-nodejs-bookshop ci
35
- - run: npm --prefix ams-cap-nodejs-bookshop test
+ - run: npm ci
36
+ working-directory: ams-cap-nodejs-bookshop
37
+ - run: npm test
38
0 commit comments