Skip to content

[UX] Remember last url opened in the webview, reopen there #4606

[UX] Remember last url opened in the webview, reopen there

[UX] Remember last url opened in the webview, reopen there #4606

Workflow file for this run

name: Test
on:
pull_request:
branches: [main, stable]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository.
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- name: Install node-gyp.
run: yarn global add node-gyp
- name: Install modules.
run: yarn install --frozen-lockfile
- name: Test
run: yarn test:ci