Skip to content

feat(UI): resizable textarea in new/edito note, closes #747 #255

feat(UI): resizable textarea in new/edito note, closes #747

feat(UI): resizable textarea in new/edito note, closes #747 #255

Workflow file for this run

name: Test end-to-end
on:
push:
branches:
- develop
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm i
- name: Run tests
run: npm run test:e2e