Skip to content

Fixed example google.js failed due to changes in website #39

Fixed example google.js failed due to changes in website

Fixed example google.js failed due to changes in website #39

Workflow file for this run

name: windows-latest CLI
on:
push:
branches: [ main ]
pull_request:
branches: [ main, v* ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
- name: Install dependencies
run: npm install
- run: npm run build
- run: npm run test:unit
- run: npm run test:e2e