Skip to content

build(deps): bump tokio from 1.33.0 to 1.34.0 in /src-tauri #225

build(deps): bump tokio from 1.33.0 to 1.34.0 in /src-tauri

build(deps): bump tokio from 1.33.0 to 1.34.0 in /src-tauri #225

Workflow file for this run

name: 🧪 Tests
on:
push:
branches:
- main
tags:
- v*
pull_request:
branches:
- main
jobs:
frontend:
name: Frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- name: Install NPM Dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn test
# TODO - capture and report on coverage