Skip to content

修复: 弹窗关闭后无法返回原标签页; #117

修复: 弹窗关闭后无法返回原标签页;

修复: 弹窗关闭后无法返回原标签页; #117

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm install
- run: npm test
env:
CI: true