Skip to content

build(deps): bump tauri-build from 1.5.5 to 2.0.1 in /src-tauri in the backend-deps-tauri group #670

build(deps): bump tauri-build from 1.5.5 to 2.0.1 in /src-tauri in the backend-deps-tauri group

build(deps): bump tauri-build from 1.5.5 to 2.0.1 in /src-tauri in the backend-deps-tauri group #670

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: 20
cache: yarn
- name: Install NPM Dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn test
# TODO - capture and report on coverage