Skip to content

Bump @babel/traverse in /packages/diffhtml-rust-parser/examples/webpa… #224

Bump @babel/traverse in /packages/diffhtml-rust-parser/examples/webpa…

Bump @babel/traverse in /packages/diffhtml-rust-parser/examples/webpa… #224

Workflow file for this run

name: build-ci
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: "Build and Test"
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: bahmutov/[email protected]
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: wasm32-unknown-unknown
- uses: jetli/[email protected]
with:
version: '0.2.87'
- run: rustup target add wasm32-unknown-unknown
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- run: npm run build
- run: npm run test-cov
- name: Publish to coveralls.io
uses: coverallsapp/[email protected]
with:
github-token: ${{ github.token }}
files: ./packages/diffhtml/coverage/lcov.info ./packages/diffhtml-components/coverage/lcov.info