Skip to content

Commit

Permalink
fixup! ci: Add wasm job for matrix-sdk-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Jan 16, 2025
1 parent 3758318 commit fbfe38b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ jobs:

- name: '[m]-ui'
cmd: matrix-sdk-ui
check_only: true

- name: '[m]-indexeddb'
cmd: indexeddb
Expand All @@ -251,6 +252,7 @@ jobs:

- name: Install wasm-pack
uses: qmaru/[email protected]
if: '!matrix.check_only'
with:
version: v0.10.3

Expand Down Expand Up @@ -280,6 +282,7 @@ jobs:
target/debug/xtask ci wasm ${{ matrix.cmd }}
- name: Wasm-Pack test
if: '!matrix.check_only'
run: |
target/debug/xtask ci wasm-pack ${{ matrix.cmd }}
Expand Down

0 comments on commit fbfe38b

Please sign in to comment.