Skip to content

Commit e35f7b4

Browse files
authored
Run pretest in CI to build all tests (RooCodeInc#2930)
1 parent 82449da commit e35f7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
run: npm run format
7171

7272
# Build the extension before running tests
73-
- name: Build Extension
74-
run: npm run compile
73+
- name: Build Tests and Extension
74+
run: npm run pretest
7575

7676
- name: Unit Tests
7777
run: npm run test:unit

0 commit comments

Comments
 (0)