Skip to content

Fix _internal/google_analytics_async deprecation warning #164

Fix _internal/google_analytics_async deprecation warning

Fix _internal/google_analytics_async deprecation warning #164

Workflow file for this run

name: Cypress
on: [pull_request]
jobs:
test:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.72.0'
- name: Cypress run
uses: cypress-io/github-action@v1
with:
config-file: cypress.json
start: yarn watch-hugo