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 7f62492 commit 0c18b6bCopy full SHA for 0c18b6b
.github/workflows/build.yml
@@ -47,6 +47,9 @@ jobs:
47
uses: codecov/codecov-action@v5
48
env:
49
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
50
+ - name: Compile Kotlin/JS cql-to-elm library for the playground
51
+ working-directory: ./Src/java
52
+ run: ./gradlew cql-to-elm:compileProductionLibraryKotlinJs cql-to-elm:compileProductionLibraryKotlinWasmJs
53
- name: Install Node.js
54
uses: actions/setup-node@v5
55
with:
0 commit comments