Skip to content

Commit 0c18b6b

Browse files
authored
Fix playground deployment action (#1628)
1 parent 7f62492 commit 0c18b6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
uses: codecov/codecov-action@v5
4848
env:
4949
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
5053
- name: Install Node.js
5154
uses: actions/setup-node@v5
5255
with:

0 commit comments

Comments
 (0)