Skip to content

Commit 7ffa0ed

Browse files
committed
added Kotlin/JS IR compilation on pull request
1 parent 170b7eb commit 7ffa0ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: "firebase emulators:start --config=./test/firebase.json &"
3030
- name: Assemble
3131
run: ./gradlew assemble
32+
- name: Compile Kotlin/JS IR
33+
run: ./gradlew compileTestDevelopmentExecutableKotlinJsIr compileTestProductionExecutableKotlinJsIr
3234
- name: Run JS Tests
3335
run: ./gradlew cleanTest jsLegacyTest
3436
- name: Upload JS test artifact

0 commit comments

Comments
 (0)