Skip to content

Bump embedded-lang from 0.7.0 to 0.9.0 in /src-tauri #367

Bump embedded-lang from 0.7.0 to 0.9.0 in /src-tauri

Bump embedded-lang from 0.7.0 to 0.9.0 in /src-tauri #367

Workflow file for this run

name: Front end tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install deps
run: npm install
- name: Test front-end
run: npm test --watchAll=false