We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafdfbd commit 0a1ba70Copy full SHA for 0a1ba70
1 file changed
‎.github/workflows/automatedTesting.yml‎
@@ -17,7 +17,7 @@ jobs:
17
- name: Validate JSON Data
18
run: |
19
npm ci -w validate_json_data
20
- node run test -w validate_json_data
+ npm run test -w validate_json_data
21
check-block-translation-coverage:
22
name: Check Block Translation Coverage
23
needs: validate-json-data
@@ -30,7 +30,7 @@ jobs:
30
- name: Check block translation coverage
31
32
npm ci -w check_block_translation_coverage
33
- node run test -w check_block_translation_coverage
+ npm run test -w check_block_translation_coverage
34
test-sample-structures:
35
name: Test Sample Structures
36
needs: [validate-json-data, check-block-translation-coverage]
0 commit comments