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 170b7eb commit 7ffa0edCopy full SHA for 7ffa0ed
.github/workflows/pull_request.yml
@@ -29,6 +29,8 @@ jobs:
29
run: "firebase emulators:start --config=./test/firebase.json &"
30
- name: Assemble
31
run: ./gradlew assemble
32
+ - name: Compile Kotlin/JS IR
33
+ run: ./gradlew compileTestDevelopmentExecutableKotlinJsIr compileTestProductionExecutableKotlinJsIr
34
- name: Run JS Tests
35
run: ./gradlew cleanTest jsLegacyTest
36
- name: Upload JS test artifact
0 commit comments