pkg/client-sdk/wasm: build wasm (#238)

Signed-off-by: tiero <3596602+tiero@users.noreply.github.com>
This commit is contained in:
Marco Argentieri
2024-08-12 16:40:27 +02:00
committed by GitHub
parent 72a7f29bab
commit c559b91fec
17 changed files with 273 additions and 44 deletions

View File

@@ -4,12 +4,14 @@ on:
push:
paths:
- "server/**"
- "pkg/client-sdk/**"
branches: [master]
pull_request:
branches:
branches:
- master
paths:
- "server/**"
- "pkg/client-sdk/**"
jobs:
test-server:
@@ -38,6 +40,7 @@ jobs:
- run: go get -v -t -d ./...
- name: unit testing
run: make test
test-sdk:
name: sdk unit tests
runs-on: ubuntu-latest
@@ -60,4 +63,4 @@ jobs:
args: '-severity high -quiet ./...'
- run: go get -v -t -d ./...
- name: unit testing
run: make test
run: make test