Skip to content

Commit 0a1ba70

Browse files
🙄
1 parent fafdfbd commit 0a1ba70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/automatedTesting.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Validate JSON Data
1818
run: |
1919
npm ci -w validate_json_data
20-
node run test -w validate_json_data
20+
npm run test -w validate_json_data
2121
check-block-translation-coverage:
2222
name: Check Block Translation Coverage
2323
needs: validate-json-data
@@ -30,7 +30,7 @@ jobs:
3030
- name: Check block translation coverage
3131
run: |
3232
npm ci -w check_block_translation_coverage
33-
node run test -w check_block_translation_coverage
33+
npm run test -w check_block_translation_coverage
3434
test-sample-structures:
3535
name: Test Sample Structures
3636
needs: [validate-json-data, check-block-translation-coverage]

0 commit comments

Comments
 (0)