Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Set DTCoreText version to 1.6.26 (#743) #1496

Set DTCoreText version to 1.6.26 (#743)

Set DTCoreText version to 1.6.26 (#743) #1496

Workflow file for this run

name: Wasm
on:
push:
branches: [ main ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.ref == 'refs/heads/main' && format('wasm-build-main-{0}', github.sha) || format('wasm-build-pr-{0}', github.ref) }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Version
run: rustup default 1.65
- name: Install `wasm-pack`
run: cargo install wasm-pack
- name: Test the `wysiwyg` crate
working-directory: crates/wysiwyg
run: wasm-pack test --release --firefox --headless -- --no-default-features --features js